diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-10-01 17:56:22 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-10-01 17:56:22 +0000 |
commit | f775ac5680a5a5f8066c76879469c54eba335a3a (patch) | |
tree | 2fe504ff5903eb1d4cc7b1a3fcc36170e3342f69 /sys-process/anacron/anacron-2.3-r2.ebuild | |
parent | Removed older version. Fixed dependencies. (diff) | |
download | gentoo-2-f775ac5680a5a5f8066c76879469c54eba335a3a.tar.gz gentoo-2-f775ac5680a5a5f8066c76879469c54eba335a3a.tar.bz2 gentoo-2-f775ac5680a5a5f8066c76879469c54eba335a3a.zip |
/var/spool/anacron should be keepdir'd, bug #107756; also use newinitd instead of newexe.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'sys-process/anacron/anacron-2.3-r2.ebuild')
-rw-r--r-- | sys-process/anacron/anacron-2.3-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-process/anacron/anacron-2.3-r2.ebuild b/sys-process/anacron/anacron-2.3-r2.ebuild index 8ff9a29dcdff..cdb6cc733523 100644 --- a/sys-process/anacron/anacron-2.3-r2.ebuild +++ b/sys-process/anacron/anacron-2.3-r2.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-process/anacron/anacron-2.3-r2.ebuild,v 1.1 2005/07/14 06:45:14 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/anacron/anacron-2.3-r2.ebuild,v 1.2 2005/10/01 17:56:22 ka0ttic Exp $ inherit eutils @@ -32,11 +32,11 @@ src_compile() { src_install() { #this does not work if the directory exists already diropts -m0750 -o root -g cron - dodir /var/spool/anacron + keepdir /var/spool/anacron doman anacrontab.5 anacron.8 - exeinto /etc/init.d ; newexe ${FILESDIR}/anacron.rc6 anacron + newinitd ${FILESDIR}/anacron.rc6 anacron dodoc ChangeLog COPYING README TODO |