diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-08-29 17:48:36 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-08-29 17:48:36 +0000 |
commit | f90f612d0b239708dbea330ad704c5ea50f907d3 (patch) | |
tree | 42eb21eef7052033da9706ddd160c667958ffb1b /sys-process | |
parent | Remove old. Add new ebuild that avoid spitting pages-long documentation and i... (diff) | |
download | gentoo-2-f90f612d0b239708dbea330ad704c5ea50f907d3.tar.gz gentoo-2-f90f612d0b239708dbea330ad704c5ea50f907d3.tar.bz2 gentoo-2-f90f612d0b239708dbea330ad704c5ea50f907d3.zip |
Fix comment in pam.d file.
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/fcron/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/fcron/fcron-3.0.6-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/fcron/ChangeLog b/sys-process/fcron/ChangeLog index fb973e7a1198..0fa75a3f6f3b 100644 --- a/sys-process/fcron/ChangeLog +++ b/sys-process/fcron/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/fcron # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.93 2012/08/29 17:38:40 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.94 2012/08/29 17:48:36 flameeyes Exp $ + + 29 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> fcron-3.0.6-r3.ebuild: + Fix comment in pam.d file. *fcron-3.0.6-r3 (29 Aug 2012) diff --git a/sys-process/fcron/fcron-3.0.6-r3.ebuild b/sys-process/fcron/fcron-3.0.6-r3.ebuild index ee704b59b1fb..dded08a27119 100644 --- a/sys-process/fcron/fcron-3.0.6-r3.ebuild +++ b/sys-process/fcron/fcron-3.0.6-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-3.0.6-r3.ebuild,v 1.1 2012/08/29 17:38:40 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-3.0.6-r3.ebuild,v 1.2 2012/08/29 17:48:36 flameeyes Exp $ EAPI=4 @@ -142,7 +142,7 @@ auth sufficient pam_permit.so # Still use the system-auth stack for account and session as the # sysadmin might have set up stuff properly, and also avoids -# sidestepping limits (since fcrontab will run $EDITOR). +# sidestepping limits (since fcrontab will run \$EDITOR). account include system-auth session include system-auth EOF |