SVN: rc-scripts/trunk/rc.d/rc.shutdown

baggins baggins at pld-linux.org
Tue Sep 25 17:59:56 CEST 2007


Author: baggins
Date: Tue Sep 25 17:59:56 2007
New Revision: 8751

Modified:
   rc-scripts/trunk/rc.d/rc.shutdown
Log:
- typo


Modified: rc-scripts/trunk/rc.d/rc.shutdown
==============================================================================
--- rc-scripts/trunk/rc.d/rc.shutdown	(original)
+++ rc-scripts/trunk/rc.d/rc.shutdown	Tue Sep 25 17:59:56 2007
@@ -62,7 +62,7 @@
 	remaining=$(awk '!/(^#| proc | loopfs | devfs | devpts | shm | iso9660 | ramfs | tmpfs | sysfs | securityfs | squashfs |^none|^\/dev\/root| \/ )/ {print $2}' /proc/mounts)
 	while [ -n "$remaining" -a "$retry" -gt 0 ]; do
 	 	show "Unmounting file systems"; busy
-		ERRORS=$(umount -a $FORCE -t noproc,devfs 2>&1); rc=$?
+		ERRORS=$(umount -a $force -t noproc,devfs 2>&1); rc=$?
 
 		# we might had unmounted /usr, recheck $TPUT availability
 		# but well. we need tput only for show() and busy() (ok() and fail() messages are already cached)


More information about the pld-cvs-commit mailing list