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 --- e-smith-quota-2.4.0.old/root/etc/e-smith/templates/etc/inittab/11quotas 2004-12-16 09:55:02.000000000 -0800 +++ e-smith-quota-2.4.0/root/etc/e-smith/templates/etc/inittab/11quotas 1969-12-31 16:00:00.000000000 -0800 @@ -1,2 +0,0 @@ -# Create quota db files if they don't exist -cq::sysinit:/etc/rc.d/rc.quota_create 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 --- e-smith-quota-2.4.0.old/root/etc/rc.d/rc.quota_create 2013-02-12 21:15:00.000000000 -0800 +++ e-smith-quota-2.4.0/root/etc/rc.d/rc.quota_create 1969-12-31 16:00:00.000000000 -0800 @@ -1,19 +0,0 @@ -#!/bin/bash -# - -test -f /aquota.user && exit 0 - -. /etc/init.d/functions - -if test -f /quota.user -then - action $"Converting old user quota files: " \ - /sbin/convertquota -u / && rm -f /quota.user - action $"Converting old group quota files: " \ - /sbin/convertquota -g / && rm -f /quota.group -else - action $"Remounting / with quota support: " mount -o usrquota,grpquota,remount / - action $"Creating quota files: " quotacheck -cug -F vfsv0 / -fi -action $"Remounting / read-only: " mount -o ro,remount / -action $"Unmounting /proc file system: " umount /proc