mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
Add missing "echo '.'" to end of file so that the next file called
starts on a new line.
This commit is contained in:
parent
64e4231041
commit
40a36bc906
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7729
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $Id: rc.i386,v 1.5 1995/04/06 02:38:37 jkh Exp $
|
||||
# $Id: rc.i386,v 1.6 1995/04/09 09:54:51 rgrimes Exp $
|
||||
# Do i386 specific processing
|
||||
#
|
||||
|
||||
@ -100,3 +100,5 @@ if [ "X${saver}" != X"NO" ] ; then
|
||||
modstat | grep _saver || modload -u -o /tmp/saver_mod -e \
|
||||
saver_init -q /lkm/${saver}_saver_mod.o
|
||||
fi
|
||||
|
||||
echo '.'
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $Id: rc.i386,v 1.5 1995/04/06 02:38:37 jkh Exp $
|
||||
# $Id: rc.i386,v 1.6 1995/04/09 09:54:51 rgrimes Exp $
|
||||
# Do i386 specific processing
|
||||
#
|
||||
|
||||
@ -100,3 +100,5 @@ if [ "X${saver}" != X"NO" ] ; then
|
||||
modstat | grep _saver || modload -u -o /tmp/saver_mod -e \
|
||||
saver_init -q /lkm/${saver}_saver_mod.o
|
||||
fi
|
||||
|
||||
echo '.'
|
||||
|
Loading…
Reference in New Issue
Block a user