[PC-BSD Commits] r1950 - pcbsd/trunk/mfsroot-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Thu May 22 10:52:10 PDT 2008
Author: tim
Date: 2008-05-22 10:52:10 -0700 (Thu, 22 May 2008)
New Revision: 1950
Modified:
pcbsd/trunk/mfsroot-overlay/etc/rc
Log:
Whoops, forgot to replace the echo 'reboot' for the real thing!
Modified: pcbsd/trunk/mfsroot-overlay/etc/rc
===================================================================
--- pcbsd/trunk/mfsroot-overlay/etc/rc 2008-05-22 17:48:37 UTC (rev 1949)
+++ pcbsd/trunk/mfsroot-overlay/etc/rc 2008-05-22 17:52:10 UTC (rev 1950)
@@ -96,7 +96,7 @@
read integrityResponse
if [ "$integrityResponse" != "continue" ]
then
- echo "reboot"
+ /sbin/reboot
fi
fi
More information about the Commits
mailing list