public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/miscfiles: ChangeLog miscfiles-1.4.2.ebuild
Date: Mon, 27 Apr 2009 05:38:29 +0000	[thread overview]
Message-ID: <E1LyJXx-0001Yz-Mf@stork.gentoo.org> (raw)

vapier      09/04/27 05:38:29

  Modified:             ChangeLog miscfiles-1.4.2.ebuild
  Log:
  Check for create-cracklib-dict in PATH before trying to run it #265932 by James Rowe.
  (Portage version: 2.2_rc31/cvs/Linux x86_64)

Revision  Changes    Path
1.23                 sys-apps/miscfiles/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/miscfiles/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/miscfiles/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/miscfiles/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/miscfiles/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	30 Dec 2006 02:28:34 -0000	1.22
+++ ChangeLog	27 Apr 2009 05:38:29 -0000	1.23
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/miscfiles
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/miscfiles/ChangeLog,v 1.22 2006/12/30 02:28:34 vapier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/miscfiles/ChangeLog,v 1.23 2009/04/27 05:38:29 vapier Exp $
+
+  27 Apr 2009; Mike Frysinger <vapier@gentoo.org> miscfiles-1.4.2:
+  Check for create-cracklib-dict in PATH before trying to run it #265932 by
+  James Rowe.
 
   30 Dec 2006; Mike Frysinger <vapier@gentoo.org> miscfiles-1.4.2.ebuild:
   Regenerate the cracklib dictionary in pkg_postinst from all dict files



1.6                  sys-apps/miscfiles/miscfiles-1.4.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/miscfiles/miscfiles-1.4.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/miscfiles/miscfiles-1.4.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/miscfiles/miscfiles-1.4.2.ebuild?r1=1.5&r2=1.6

Index: miscfiles-1.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/miscfiles/miscfiles-1.4.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- miscfiles-1.4.2.ebuild	22 Jan 2007 17:49:54 -0000	1.5
+++ miscfiles-1.4.2.ebuild	27 Apr 2009 05:38:29 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/miscfiles/miscfiles-1.4.2.ebuild,v 1.5 2007/01/22 17:49:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/miscfiles/miscfiles-1.4.2.ebuild,v 1.6 2009/04/27 05:38:29 vapier Exp $
 
 inherit eutils
 
@@ -41,7 +41,7 @@
 }
 
 pkg_postinst() {
-	if [[ ${ROOT} == "/" ]] ; then
+	if [[ ${ROOT} == "/" ]] && type -P create-cracklib-dict >/dev/null ; then
 		ebegin "Regenerating cracklib dictionary"
 		create-cracklib-dict /usr/share/dict/* > /dev/null
 		eend $?






             reply	other threads:[~2009-04-27  5:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-27  5:38 Mike Frysinger (vapier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-10-08  2:10 [gentoo-commits] gentoo-x86 commit in sys-apps/miscfiles: ChangeLog miscfiles-1.4.2.ebuild Mart Raudsepp (leio)

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=E1LyJXx-0001Yz-Mf@stork.gentoo.org \
    --to=vapier@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