public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue (eva)" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in eclass: pam.eclass
Date: Thu, 20 Mar 2008 23:21:37 +0000	[thread overview]
Message-ID: <E1JcU4n-00051w-Id@stork.gentoo.org> (raw)

eva         08/03/20 23:21:37

  Modified:             pam.eclass
  Log:
  adding quotes for ${D} (although it should never need it)

Revision  Changes    Path
1.16                 eclass/pam.eclass

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/pam.eclass?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/pam.eclass?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/pam.eclass?r1=1.15&r2=1.16

Index: pam.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/pam.eclass,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- pam.eclass	20 Feb 2008 00:00:01 -0000	1.15
+++ pam.eclass	20 Mar 2008 23:21:37 -0000	1.16
@@ -1,7 +1,7 @@
 # Copyright 2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2 or later
 # Author Diego Pettenò <flameeyes@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/pam.eclass,v 1.15 2008/02/20 00:00:01 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/pam.eclass,v 1.16 2008/03/20 23:21:37 eva Exp $
 #
 # This eclass contains functions to install pamd configuration files and
 # pam modules.
@@ -176,7 +176,7 @@
 cleanpamd() {
 	while [[ -n $1 ]]; do
 		if ! has_version sys-libs/pam; then
-			sed -i -e '/pam_shells\|pam_console/s:^:#:' ${D}/etc/pam.d/$1
+			sed -i -e '/pam_shells\|pam_console/s:^:#:' "${D}/etc/pam.d/$1"
 		fi
 
 		shift



-- 
gentoo-commits@lists.gentoo.org mailing list



             reply	other threads:[~2008-03-20 23:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-20 23:21 Gilles Dartiguelongue (eva) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-08-05 15:34 [gentoo-commits] gentoo-x86 commit in eclass: pam.eclass Justin Lecher (jlec)
2011-12-17  4:20 Mike Frysinger (vapier)
2011-02-05 22:29 Diego Petteno (flameeyes)
2009-12-11 20:33 Mike Frysinger (vapier)
2008-06-28 19:57 Fabian Groffen (grobian)
2008-02-20  0:00 Diego Petteno (flameeyes)
2007-11-04 15:00 Diego Petteno (flameeyes)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1JcU4n-00051w-Id@stork.gentoo.org \
    --to=eva@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox