diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-05-20 13:10:17 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-05-20 13:10:17 +0000 |
commit | effb17801df770a8311919f0129992a8f6d9940e (patch) | |
tree | 594ac72ef209bc2f72aa08f0700671783fc22d8a /sys-process | |
parent | Inherit pam for newpamd file. (diff) | |
download | gentoo-2-effb17801df770a8311919f0129992a8f6d9940e.tar.gz gentoo-2-effb17801df770a8311919f0129992a8f6d9940e.tar.bz2 gentoo-2-effb17801df770a8311919f0129992a8f6d9940e.zip |
Inherit pam for newpamd.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/fcron/ChangeLog | 6 | ||||
-rw-r--r-- | sys-process/fcron/fcron-2.9.5.1-r3.ebuild | 4 | ||||
-rw-r--r-- | sys-process/fcron/fcron-2.9.5.1.ebuild | 4 | ||||
-rw-r--r-- | sys-process/fcron/fcron-2.9.6.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/sys-process/fcron/ChangeLog b/sys-process/fcron/ChangeLog index 7926f45a55b2..8d6be311b90f 100644 --- a/sys-process/fcron/ChangeLog +++ b/sys-process/fcron/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-process/fcron # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.4 2005/03/16 10:51:29 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.5 2005/05/20 13:10:17 flameeyes Exp $ + + 20 May 2005; Diego Pettenò <flameeyes@gentoo.org> fcron-2.9.5.1.ebuild, + fcron-2.9.5.1-r3.ebuild, fcron-2.9.6.ebuild: + Inherit pam for newpamd. *fcron-2.9.6 (16 Mar 2005) diff --git a/sys-process/fcron/fcron-2.9.5.1-r3.ebuild b/sys-process/fcron/fcron-2.9.5.1-r3.ebuild index 3eeb9ae106f1..e35b79ec81b4 100644 --- a/sys-process/fcron/fcron-2.9.5.1-r3.ebuild +++ b/sys-process/fcron/fcron-2.9.5.1-r3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-2.9.5.1-r3.ebuild,v 1.2 2005/03/16 10:51:29 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-2.9.5.1-r3.ebuild,v 1.3 2005/05/20 13:10:17 flameeyes Exp $ -inherit cron +inherit cron pam DESCRIPTION="A command scheduler with extended capabilities over cron and anacron" HOMEPAGE="http://fcron.free.fr/" diff --git a/sys-process/fcron/fcron-2.9.5.1.ebuild b/sys-process/fcron/fcron-2.9.5.1.ebuild index 38d769cd9e2e..9548abe56edb 100644 --- a/sys-process/fcron/fcron-2.9.5.1.ebuild +++ b/sys-process/fcron/fcron-2.9.5.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-2.9.5.1.ebuild,v 1.2 2005/03/16 10:51:29 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-2.9.5.1.ebuild,v 1.3 2005/05/20 13:10:17 flameeyes Exp $ -inherit eutils flag-o-matic +inherit eutils flag-o-matic pam DESCRIPTION="A command scheduler with extended capabilities over cron and anacron" HOMEPAGE="http://fcron.free.fr/" diff --git a/sys-process/fcron/fcron-2.9.6.ebuild b/sys-process/fcron/fcron-2.9.6.ebuild index 0b547af9fc1c..9dcd8265f645 100644 --- a/sys-process/fcron/fcron-2.9.6.ebuild +++ b/sys-process/fcron/fcron-2.9.6.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-2.9.6.ebuild,v 1.1 2005/03/16 10:51:29 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-2.9.6.ebuild,v 1.2 2005/05/20 13:10:17 flameeyes Exp $ -inherit cron +inherit cron pam DESCRIPTION="A command scheduler with extended capabilities over cron and anacron" HOMEPAGE="http://fcron.free.fr/" |