]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
(quotacheck): actualize group quota, too
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 19 Dec 2000 14:50:33 +0000 (14:50 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 19 Dec 2000 14:50:33 +0000 (14:50 +0000)
svn-id: @848

rc.d/rc.sysinit

index cef77f96443fa078d6385f63cccdf4db7a068e1a..ef61c4bc3abbc9d2ed8540fd11872d087c0be8d5 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 # /etc/rc.d/rc.sysinit - run once at boot time
-# $Id: rc.sysinit,v 1.69.2.1 2000/10/18 20:10:49 misiek Exp $
+# $Id: rc.sysinit,v 1.69.2.2 2000/12/19 14:50:33 misiek Exp $
 #
 # Taken in part from Miquel van Smoorenburg's bcheckrc.
 # Changes:      Arkadiusz Mi¶kiewicz <misiek@pld.org.pl>
@@ -234,7 +234,7 @@ run_cmd "Remounting root filesystem in rw mode" mount -n -o remount,rw /
 
 # Update quotas if fsck was run on /.
 if [ X"$_RUN_QUOTACHECK" = "X1" -a -x /sbin/quotacheck ]; then
-        run_cmd "Checking root filesystem quotas" /sbin/quotacheck -v /
+        run_cmd "Checking root filesystem quotas" /sbin/quotacheck -vug /
 fi
 
 # /etc/nologin when starting system
@@ -441,7 +441,7 @@ if [ ! -f /fastboot ]; then
                run_cmd "Remounting root filesystem in ro mode" mount -n -o remount,ro /
                run_cmd "Automatic reboot in progress." reboot
        elif [ "$rc" = "1" -a -x /sbin/quotacheck ]; then
-               run_cmd "Checking filesystem quotas" /sbin/quotacheck -v -R -a
+               run_cmd "Checking filesystem quotas" /sbin/quotacheck -v -u -g -R -a
        fi
 fi
 
This page took 0.030384 seconds and 4 git commands to generate.