diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-17 00:27:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-17 00:27:50 +0000 |
commit | c1ea612c56b282cfc3ab58f0bbecc3fdf3f161b7 (patch) | |
tree | 3486e0e34962802df446a4ca2a80f69a450890dc /sys-fs/quota/quota-3.12.ebuild | |
parent | New release: 2.11.0 (diff) | |
download | gentoo-2-c1ea612c56b282cfc3ab58f0bbecc3fdf3f161b7.tar.gz gentoo-2-c1ea612c56b282cfc3ab58f0bbecc3fdf3f161b7.tar.bz2 gentoo-2-c1ea612c56b282cfc3ab58f0bbecc3fdf3f161b7.zip |
move rc options into a conf.d file and clean up rc file a bit #102721 by M. Giritli
Diffstat (limited to 'sys-fs/quota/quota-3.12.ebuild')
-rw-r--r-- | sys-fs/quota/quota-3.12.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-fs/quota/quota-3.12.ebuild b/sys-fs/quota/quota-3.12.ebuild index bc2ef883f294..441a6cb6697b 100644 --- a/sys-fs/quota/quota-3.12.ebuild +++ b/sys-fs/quota/quota-3.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.12.ebuild,v 1.8 2005/06/17 20:20:52 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.12.ebuild,v 1.9 2005/08/17 00:27:50 vapier Exp $ inherit eutils @@ -48,6 +48,7 @@ src_install() { dodoc doc/* newinitd ${FILESDIR}/quota.rc6 quota + newconfd ${FILESDIR}/quota.confd quota } pkg_postinst() { |