diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-03-06 18:52:14 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-03-06 18:52:14 +0000 |
commit | 4afc482065f77ae2204409dc89514e86eb467a71 (patch) | |
tree | 433e0c259d7260dc781d0ca7935f8613da82b5b1 /sys-apps | |
parent | Version bump, close bug #42391. (diff) | |
download | historical-4afc482065f77ae2204409dc89514e86eb467a71.tar.gz historical-4afc482065f77ae2204409dc89514e86eb467a71.tar.bz2 historical-4afc482065f77ae2204409dc89514e86eb467a71.zip |
updating init script. closes 43413
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/quota/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/quota/Manifest | 21 | ||||
-rw-r--r-- | sys-apps/quota/files/quota.rc | 3 | ||||
-rw-r--r-- | sys-apps/quota/files/quota.rc6 | 34 | ||||
-rw-r--r-- | sys-apps/quota/quota-3.06-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/quota/quota-3.06.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/quota/quota-3.09.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/quota/quota-3.10.ebuild | 4 |
8 files changed, 61 insertions, 19 deletions
diff --git a/sys-apps/quota/ChangeLog b/sys-apps/quota/ChangeLog index 914ba6d3df62..ac1d27d19d8c 100644 --- a/sys-apps/quota/ChangeLog +++ b/sys-apps/quota/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/quota # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/ChangeLog,v 1.23 2004/03/01 19:59:51 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/ChangeLog,v 1.24 2004/03/06 18:52:14 mholzer Exp $ + + 06 Mar 2004; Martin Holzer <mholzer@gentoo.org> quota-3.09.ebuild, + quota-3.10.ebuild, files/quota.rc, files/quota.rc6: + updating init script. closes 43413 29 Jan 2004; <gustavoz@gentoo.org> quota-3.06-r2.ebuild: stable on sparc diff --git a/sys-apps/quota/Manifest b/sys-apps/quota/Manifest index 8c16295f542a..386ecb075b9b 100644 --- a/sys-apps/quota/Manifest +++ b/sys-apps/quota/Manifest @@ -1,14 +1,15 @@ -MD5 2eb7b8d0735497969ea48f2de2f8d761 quota-3.10.ebuild 1485 -MD5 a9db5b0423856e997a83ca33e1d84732 quota-3.06.ebuild 1039 -MD5 290ed25b1c73c7eae235fe750bbf159d quota-3.06-r2.ebuild 1218 -MD5 b80f9464e51dc32d41dfedb8a8790740 quota-3.06-r1.ebuild 1106 -MD5 59794de48cc0a148367f179d357b1eac quota-3.09.ebuild 1485 -MD5 6e19a7c3f086b6911eb487b8a92b80cd ChangeLog 3724 +MD5 b8f1dc3a371f00cf9af68dd598ff4539 ChangeLog 3888 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 0d3ff3aaef898c9bb1d7243e20e93913 files/quota-no-quotactl-manpage.patch 958 -MD5 b2a668400536083d045cb65ad51a34b2 files/quota.rc 440 +MD5 0ae9af02e2d665e95e9ebaacf8a32bdb quota-3.06-r1.ebuild 1107 +MD5 290ed25b1c73c7eae235fe750bbf159d quota-3.06-r2.ebuild 1218 +MD5 e1f8b5c48266ab3d7861a899f45ea520 quota-3.06.ebuild 1038 +MD5 7350f225bd6f01c97bba0445d5f7373c quota-3.09.ebuild 1485 +MD5 bd56290c6adaf4827d46500843cc18d2 quota-3.10.ebuild 1485 +MD5 9d54ae1af6909e66f1bbe39bb708bab7 files/quota.rc6 687 MD5 fe63ca32e32411f6aa067fdc6d451ae9 files/digest-quota-3.06 62 -MD5 0a55ad0559999fe3044a502022c513ed files/digest-quota-3.09 62 -MD5 a579acd7ad0608bc16126d5d86da7804 files/digest-quota-3.10 62 MD5 fe63ca32e32411f6aa067fdc6d451ae9 files/digest-quota-3.06-r1 62 MD5 fe63ca32e32411f6aa067fdc6d451ae9 files/digest-quota-3.06-r2 62 +MD5 0a55ad0559999fe3044a502022c513ed files/digest-quota-3.09 62 +MD5 0d3ff3aaef898c9bb1d7243e20e93913 files/quota-no-quotactl-manpage.patch 958 +MD5 21bb86d3ab33e0db1654ae4692bbe58a files/quota.rc 662 +MD5 a579acd7ad0608bc16126d5d86da7804 files/digest-quota-3.10 62 diff --git a/sys-apps/quota/files/quota.rc b/sys-apps/quota/files/quota.rc index 8c4a0ed2886c..659dcf267c80 100644 --- a/sys-apps/quota/files/quota.rc +++ b/sys-apps/quota/files/quota.rc @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/files/quota.rc,v 1.3 2004/03/06 18:52:14 mholzer Exp $ depend() { need localmount diff --git a/sys-apps/quota/files/quota.rc6 b/sys-apps/quota/files/quota.rc6 new file mode 100644 index 000000000000..7a1774099aec --- /dev/null +++ b/sys-apps/quota/files/quota.rc6 @@ -0,0 +1,34 @@ +#!/sbin/runscript +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/files/quota.rc6,v 1.1 2004/03/06 18:52:14 mholzer 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 $? +} diff --git a/sys-apps/quota/quota-3.06-r1.ebuild b/sys-apps/quota/quota-3.06-r1.ebuild index b56ba6eccbb6..8f3ddfeecd68 100644 --- a/sys-apps/quota/quota-3.06-r1.ebuild +++ b/sys-apps/quota/quota-3.06-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.06-r1.ebuild,v 1.9 2003/12/10 10:18:57 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.06-r1.ebuild,v 1.10 2004/03/06 18:52:14 mholzer Exp $ IUSE="nls" diff --git a/sys-apps/quota/quota-3.06.ebuild b/sys-apps/quota/quota-3.06.ebuild index 6e6945c0d0fb..979b2b9da05c 100644 --- a/sys-apps/quota/quota-3.06.ebuild +++ b/sys-apps/quota/quota-3.06.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.06.ebuild,v 1.13 2004/02/23 00:50:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.06.ebuild,v 1.14 2004/03/06 18:52:14 mholzer Exp $ S=${WORKDIR}/quota-tools DESCRIPTION="Linux quota tools" diff --git a/sys-apps/quota/quota-3.09.ebuild b/sys-apps/quota/quota-3.09.ebuild index 2238ae7eec0b..514e95882449 100644 --- a/sys-apps/quota/quota-3.09.ebuild +++ b/sys-apps/quota/quota-3.09.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.09.ebuild,v 1.5 2004/02/23 00:50:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.09.ebuild,v 1.6 2004/03/06 18:52:14 mholzer Exp $ IUSE="nls tcpd" @@ -38,7 +38,7 @@ src_install() { dodoc doc/* exeinto /etc/init.d - newexe ${FILESDIR}/quota.rc quota + newexe ${FILESDIR}/quota.rc6 quota # NLS bloat reduction use nls || rm -rf ${D}/usr/share/locale diff --git a/sys-apps/quota/quota-3.10.ebuild b/sys-apps/quota/quota-3.10.ebuild index 90771fbd6cf2..066171999156 100644 --- a/sys-apps/quota/quota-3.10.ebuild +++ b/sys-apps/quota/quota-3.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.10.ebuild,v 1.2 2004/02/23 00:50:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.10.ebuild,v 1.3 2004/03/06 18:52:14 mholzer Exp $ IUSE="nls tcpd" @@ -38,7 +38,7 @@ src_install() { dodoc doc/* exeinto /etc/init.d - newexe ${FILESDIR}/quota.rc quota + newexe ${FILESDIR}/quota.rc6 quota # NLS bloat reduction use nls || rm -rf ${D}/usr/share/locale |