1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-05 12:56:08 +00:00

provide the absolute path for /etc/rc1

This commit is contained in:
Luigi Rizzo 2009-04-06 11:14:30 +00:00
parent d1031d9955
commit 6cb2e1dbaa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=190761

View File

@ -23,5 +23,5 @@ for i in *; do
[ -f $i.gz ] && rm $i
done
gzip -d *.gz
. rc1
. /etc/rc1
exit 0