[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1137 - trunk/freebsd-utils/scripts/sbin



Author: rmh
Date: 2006-02-05 19:23:06 +0000 (Sun, 05 Feb 2006)
New Revision: 1137

Modified:
   trunk/freebsd-utils/scripts/sbin/mount
Log:
Kill "-o remount " too.

Modified: trunk/freebsd-utils/scripts/sbin/mount
===================================================================
--- trunk/freebsd-utils/scripts/sbin/mount	2006-02-05 19:13:19 UTC (rev 1136)
+++ trunk/freebsd-utils/scripts/sbin/mount	2006-02-05 19:23:06 UTC (rev 1137)
@@ -11,6 +11,6 @@
 done
 
 args=`echo ${args} | sed -e "s/ remount,/ /g" -e "s/,remount,/,/g" \
- -e "s/,remount / /g"`
+ -e "s/,remount / /g" -e "s/-o remount / /g"`
 
 exec -a mount mount.real ${args}



Reply to: