diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-03 10:29:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-03 10:29:12 +0000 |
commit | dc8cddda0015f75b4be85af16240df8a57526f89 (patch) | |
tree | 480f1e388085af559591c682a605148c7240e8f6 /sys-fs/quota/files | |
parent | move quota stuff from sys-apps to sys-fs (diff) | |
download | gentoo-2-dc8cddda0015f75b4be85af16240df8a57526f89.tar.gz gentoo-2-dc8cddda0015f75b4be85af16240df8a57526f89.tar.bz2 gentoo-2-dc8cddda0015f75b4be85af16240df8a57526f89.zip |
move from sys-apps
Diffstat (limited to 'sys-fs/quota/files')
-rw-r--r-- | sys-fs/quota/files/digest-quota-3.06 | 1 | ||||
-rw-r--r-- | sys-fs/quota/files/digest-quota-3.06-r1 | 1 | ||||
-rw-r--r-- | sys-fs/quota/files/digest-quota-3.06-r2 | 1 | ||||
-rw-r--r-- | sys-fs/quota/files/digest-quota-3.09 | 1 | ||||
-rw-r--r-- | sys-fs/quota/files/digest-quota-3.10 | 1 | ||||
-rw-r--r-- | sys-fs/quota/files/digest-quota-3.12 | 1 | ||||
-rw-r--r-- | sys-fs/quota/files/quota-no-quotactl-manpage.patch | 19 | ||||
-rw-r--r-- | sys-fs/quota/files/quota.rc | 34 | ||||
-rw-r--r-- | sys-fs/quota/files/quota.rc6 | 34 |
9 files changed, 93 insertions, 0 deletions
diff --git a/sys-fs/quota/files/digest-quota-3.06 b/sys-fs/quota/files/digest-quota-3.06 new file mode 100644 index 000000000000..ec34953cbbfb --- /dev/null +++ b/sys-fs/quota/files/digest-quota-3.06 @@ -0,0 +1 @@ +MD5 13b6a46c61b35fe1c78ab9050cb4e463 quota-3.06.tar.gz 183559 diff --git a/sys-fs/quota/files/digest-quota-3.06-r1 b/sys-fs/quota/files/digest-quota-3.06-r1 new file mode 100644 index 000000000000..ec34953cbbfb --- /dev/null +++ b/sys-fs/quota/files/digest-quota-3.06-r1 @@ -0,0 +1 @@ +MD5 13b6a46c61b35fe1c78ab9050cb4e463 quota-3.06.tar.gz 183559 diff --git a/sys-fs/quota/files/digest-quota-3.06-r2 b/sys-fs/quota/files/digest-quota-3.06-r2 new file mode 100644 index 000000000000..ec34953cbbfb --- /dev/null +++ b/sys-fs/quota/files/digest-quota-3.06-r2 @@ -0,0 +1 @@ +MD5 13b6a46c61b35fe1c78ab9050cb4e463 quota-3.06.tar.gz 183559 diff --git a/sys-fs/quota/files/digest-quota-3.09 b/sys-fs/quota/files/digest-quota-3.09 new file mode 100644 index 000000000000..6b8068800435 --- /dev/null +++ b/sys-fs/quota/files/digest-quota-3.09 @@ -0,0 +1 @@ +MD5 f723962e0c4783837d9f38f59a748bca quota-3.09.tar.gz 190819 diff --git a/sys-fs/quota/files/digest-quota-3.10 b/sys-fs/quota/files/digest-quota-3.10 new file mode 100644 index 000000000000..e3d5000d8d21 --- /dev/null +++ b/sys-fs/quota/files/digest-quota-3.10 @@ -0,0 +1 @@ +MD5 a7e76cb4554e64a07df746ab0d85cc59 quota-3.10.tar.gz 200871 diff --git a/sys-fs/quota/files/digest-quota-3.12 b/sys-fs/quota/files/digest-quota-3.12 new file mode 100644 index 000000000000..2d6cc86d83a2 --- /dev/null +++ b/sys-fs/quota/files/digest-quota-3.12 @@ -0,0 +1 @@ +MD5 d69870f4a9732ed2fe072952ee7f1462 quota-3.12.tar.gz 211909 diff --git a/sys-fs/quota/files/quota-no-quotactl-manpage.patch b/sys-fs/quota/files/quota-no-quotactl-manpage.patch new file mode 100644 index 000000000000..bf0014d0459f --- /dev/null +++ b/sys-fs/quota/files/quota-no-quotactl-manpage.patch @@ -0,0 +1,19 @@ +diff -urN quota-tools.orig/Makefile.in quota-tools/Makefile.in +--- quota-tools.orig/Makefile.in 2003-04-08 06:04:25.000000000 -0700 ++++ quota-tools/Makefile.in 2003-12-10 02:07:40.000000000 -0800 +@@ -88,7 +88,6 @@ + -$(INSTALL) -m $(DEF_CONF_MODE) quotatab $(ROOTDIR)$(sysconfdir) + -$(INSTALL) -m $(DEF_CONF_MODE) quotagrpadmins $(ROOTDIR)$(sysconfdir) + -mkdir -p $(ROOTDIR)$(mandir)/man1 +- -mkdir -p $(ROOTDIR)$(mandir)/man2 + -mkdir -p $(ROOTDIR)$(mandir)/man3 + -mkdir -p $(ROOTDIR)$(mandir)/man8 + -$(INSTALL) -m 755 -d $(ROOTDIR)$(includedir)/rpcsvc +@@ -96,7 +95,6 @@ + -$(INSTALL) -s -m $(DEF_SBIN_MODE) quota $(ROOTDIR)$(bindir) + -$(INSTALL) -s -m $(DEF_SBIN_MODE) rpc.rquotad $(ROOTDIR)$(sbindir) + -$(INSTALL) -m $(DEF_MAN_MODE) *.1 $(ROOTDIR)$(mandir)/man1 +- -$(INSTALL) -m $(DEF_MAN_MODE) *.2 $(ROOTDIR)$(mandir)/man2 + -$(INSTALL) -m $(DEF_MAN_MODE) *.3 $(ROOTDIR)$(mandir)/man3 + -$(INSTALL) -m $(DEF_MAN_MODE) *.8 $(ROOTDIR)$(mandir)/man8 + diff --git a/sys-fs/quota/files/quota.rc b/sys-fs/quota/files/quota.rc new file mode 100644 index 000000000000..58e81872a4c9 --- /dev/null +++ b/sys-fs/quota/files/quota.rc @@ -0,0 +1,34 @@ +#!/sbin/runscript +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/files/quota.rc,v 1.1 2004/10/03 10:28:05 vapier Exp $ + +depend() { + need localmount +} + +start() { + ebegin "Starting Quota" + if [ -x /sbin/quotacheck ] + then + echo "Checking quotas. This may take some time." + /sbin/quotacheck -avug + echo "Done." + fi + if [ -x /sbin/quotaon ] + then + echo "Turning on quota" + /sbin/quotaon -avug + fi + eend $? +} + +stop() { + ebegin "Stopping quota" + if [ -x /sbin/quotaoff ] + then + echo "Turning quota off" + /sbin/quotaoff -avug + fi + eend $? +} diff --git a/sys-fs/quota/files/quota.rc6 b/sys-fs/quota/files/quota.rc6 new file mode 100644 index 000000000000..64ebcba13bbb --- /dev/null +++ b/sys-fs/quota/files/quota.rc6 @@ -0,0 +1,34 @@ +#!/sbin/runscript +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/files/quota.rc6,v 1.1 2004/10/03 10:28:05 vapier Exp $ + +depend() { + need localmount +} + +start() { + ebegin "Starting Quota" + if [ -x /usr/sbin/quotacheck ] + then + echo "Checking quotas. This may take some time." + /usr/sbin/quotacheck -avug + echo "Done." + fi + if [ -x /usr/sbin/quotaon ] + then + echo "Turning on quota" + /usr/sbin/quotaon -avug + fi + eend $? +} + +stop() { + ebegin "Stopping quota" + if [ -x /usr/sbin/quotaoff ] + then + echo "Turning quota off" + /usr/sbin/quotaoff -avug + fi + eend $? +} |