[arch-commits] CVS update of core/base/shadow (PKGBUILD shadow.install)

Dan McGee dan at archlinux.org
Wed Nov 28 04:14:00 UTC 2007


    Date: Tuesday, November 27, 2007 @ 23:14:00
  Author: dan
    Path: /home/cvs-core/core/base/shadow

Modified: PKGBUILD (1.47 -> 1.48) shadow.install (1.1 -> 1.2)

remove coreutils dependency from shadow


----------------+
 PKGBUILD       |    4 ++--
 shadow.install |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


Index: core/base/shadow/PKGBUILD
diff -u core/base/shadow/PKGBUILD:1.47 core/base/shadow/PKGBUILD:1.48
--- core/base/shadow/PKGBUILD:1.47	Thu Nov 15 19:02:38 2007
+++ core/base/shadow/PKGBUILD	Tue Nov 27 23:14:00 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.47 2007/11/16 00:02:38 daniel Exp $
+# $Id: PKGBUILD,v 1.48 2007/11/28 04:14:00 dan Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=shadow
 pkgver=4.0.18.1
@@ -13,7 +13,7 @@
         etc/pam.d/{chpasswd,newusers,groupadd,groupdel,groupmod}
 	etc/pam.d/{chfn,chgpasswd,groupmems,chsh}
         etc/default/useradd)
-depends=('pam' 'coreutils')
+depends=('pam')
 # official sources are MIA
 # ftp://ftp.pld.org.pl/software/$pkgname/$pkgname-$pkgver.tar.bz2
 source=("http://www.diy-linux.org/downloads/thirdparty/shadow-$pkgver.tar.bz2"
Index: core/base/shadow/shadow.install
diff -u core/base/shadow/shadow.install:1.1 core/base/shadow/shadow.install:1.2
--- core/base/shadow/shadow.install:1.1	Mon Sep 11 04:28:39 2006
+++ core/base/shadow/shadow.install	Tue Nov 27 23:14:00 2007
@@ -5,7 +5,7 @@
   # fix gshadow
   if [ "$(grpck -r)" ]; then
      echo "Fixing gshadow file ..."
-     yes | grpck > /dev/null
+     while :; do echo "y"; done | grpck
   fi
 }
 




More information about the arch-commits mailing list