1 |
wellsi |
1.1 |
diff -ruN e-smith-quota-2.4.0.old/root/etc/e-smith/templates/etc/inittab/11quotas e-smith-quota-2.4.0/root/etc/e-smith/templates/etc/inittab/11quotas |
2 |
|
|
--- e-smith-quota-2.4.0.old/root/etc/e-smith/templates/etc/inittab/11quotas 2004-12-16 09:55:02.000000000 -0800 |
3 |
|
|
+++ e-smith-quota-2.4.0/root/etc/e-smith/templates/etc/inittab/11quotas 1969-12-31 16:00:00.000000000 -0800 |
4 |
|
|
@@ -1,2 +0,0 @@ |
5 |
|
|
-# Create quota db files if they don't exist |
6 |
|
|
-cq::sysinit:/etc/rc.d/rc.quota_create |
7 |
|
|
diff -ruN e-smith-quota-2.4.0.old/root/etc/rc.d/rc.quota_create e-smith-quota-2.4.0/root/etc/rc.d/rc.quota_create |
8 |
|
|
--- e-smith-quota-2.4.0.old/root/etc/rc.d/rc.quota_create 2013-02-12 21:15:00.000000000 -0800 |
9 |
|
|
+++ e-smith-quota-2.4.0/root/etc/rc.d/rc.quota_create 1969-12-31 16:00:00.000000000 -0800 |
10 |
|
|
@@ -1,19 +0,0 @@ |
11 |
|
|
-#!/bin/bash |
12 |
|
|
-# |
13 |
|
|
- |
14 |
|
|
-test -f /aquota.user && exit 0 |
15 |
|
|
- |
16 |
|
|
-. /etc/init.d/functions |
17 |
|
|
- |
18 |
|
|
-if test -f /quota.user |
19 |
|
|
-then |
20 |
|
|
- action $"Converting old user quota files: " \ |
21 |
|
|
- /sbin/convertquota -u / && rm -f /quota.user |
22 |
|
|
- action $"Converting old group quota files: " \ |
23 |
|
|
- /sbin/convertquota -g / && rm -f /quota.group |
24 |
|
|
-else |
25 |
|
|
- action $"Remounting / with quota support: " mount -o usrquota,grpquota,remount / |
26 |
|
|
- action $"Creating quota files: " quotacheck -cug -F vfsv0 / |
27 |
|
|
-fi |
28 |
|
|
-action $"Remounting / read-only: " mount -o ro,remount / |
29 |
|
|
-action $"Unmounting /proc file system: " umount /proc |