Author: matthew
Date: 2006-03-08 14:51:21 -0700 (Wed, 08 Mar 2006)
New Revision: 7420
Modified:
trunk/bootscripts/CHANGELOG
trunk/bootscripts/lfs/init.d/checkfs
Log:
Correct a typo in checkfs script
Modified: trunk/bootscripts/CHANGELOG
===================================================================
--- trunk/bootscripts/CHANGELOG 2006-03-08 21:26:54 UTC (rev 7419)
+++ trunk/bootscripts/CHANGELOG 2006-03-08 21:51:21 UTC (rev 7420)
@@ -1,3 +1,6 @@
+n/a - March 8. 2006
+ * Correct a typo in checkfs (fixes ticket #1729)
+
n/a - December 31, 2005
* Replaced /etc/rc.d with ${rc_base} in checkfs. (Vincent Fretin)
Modified: trunk/bootscripts/lfs/init.d/checkfs
===================================================================
--- trunk/bootscripts/lfs/init.d/checkfs 2006-03-08 21:26:54 UTC (rev
7419)
+++ trunk/bootscripts/lfs/init.d/checkfs 2006-03-08 21:51:21 UTC (rev
7420)
@@ -110,7 +110,7 @@
boot_mesg -n "\n\nPress Enter to continue..." ${INFO}
boot_mesg "" ${NORMAL}
read ENTER
- ${rc_base}/halt stop
+ ${rc_base}/init.d/halt stop
fi
if [ "${error_value}" -ge 16 ]; then
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page