[arch-commits] CVS update of core/base/filesystem (PKGBUILD shells)

Dan McGee dan at archlinux.org
Thu Nov 29 02:11:20 UTC 2007


    Date: Wednesday, November 28, 2007 @ 21:11:20
  Author: dan
    Path: /home/cvs-core/core/base/filesystem

Modified: PKGBUILD (1.90 -> 1.91) shells (1.1.1.1 -> 1.2)

upgpkg: filesystem 2007.11-3
remove bash dep (use sh), add dash to /etc/shells


----------+
 PKGBUILD |    8 ++++----
 shells   |    1 +
 2 files changed, 5 insertions(+), 4 deletions(-)


Index: core/base/filesystem/PKGBUILD
diff -u core/base/filesystem/PKGBUILD:1.90 core/base/filesystem/PKGBUILD:1.91
--- core/base/filesystem/PKGBUILD:1.90	Thu Nov 15 18:53:14 2007
+++ core/base/filesystem/PKGBUILD	Wed Nov 28 21:11:20 2007
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD,v 1.90 2007/11/15 23:53:14 daniel Exp $
+# $Id: PKGBUILD,v 1.91 2007/11/29 02:11:20 dan Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 
 pkgname=filesystem
 pkgver=2007.11
-pkgrel=2
+pkgrel=3
 pkgdesc="Base filesystem"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://www.archlinux.org"
 groups=('base')
 install=filesystem.install
-depends=('bash' 'coreutils')
+depends=('sh' 'coreutils')
 backup=(etc/fstab etc/crypttab etc/group etc/hosts etc/ld.so.conf etc/passwd \
         etc/shadow etc/gshadow etc/resolv.conf etc/motd etc/nsswitch.conf \
         etc/shells etc/host.conf etc/securetty)
@@ -30,7 +30,7 @@
          '81b3cb42a6ddabc2ed2310511ee9c859'
          'd41d8cd98f00b204e9800998ecf8427e'
          '6f48288b6fcaf0065fcb7b0e525413e0'
-         '22518e922891f9359f971f4f5b4e793c'
+         '40dac0de4c6b99c8ca97effbd7527c84'
          'ffdf350b692604518c3c37248e7009ff'
          '4dbbde7544ea6799acec9fbb191c6b8e'
          'b32c83ae6886e0525995f7028b2c2967')
Index: core/base/filesystem/shells
diff -u core/base/filesystem/shells:1.1.1.1 core/base/filesystem/shells:1.2
--- core/base/filesystem/shells:1.1.1.1	Mon Mar  4 02:28:25 2002
+++ core/base/filesystem/shells	Wed Nov 28 21:11:20 2007
@@ -4,5 +4,6 @@
 
 /bin/sh
 /bin/bash
+/bin/dash
 
 # End of file




More information about the arch-commits mailing list