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

Tobias Powalowski tpowa at archlinux.org
Mon Mar 10 22:20:47 UTC 2008


    Date: Monday, March 10, 2008 @ 18:20:47
  Author: tpowa
    Path: /home/cvs-core/core/base/filesystem

Modified: PKGBUILD (1.99 -> 1.100) filesystem.install (1.17 -> 1.18)
          group (1.8 -> 1.9)

'upgpkg: added uucp group to fit with default udev rules, uucp is used for dialup and faxing'


--------------------+
 PKGBUILD           |    6 +++---
 filesystem.install |    4 ++++
 group              |    1 +
 3 files changed, 8 insertions(+), 3 deletions(-)


Index: core/base/filesystem/PKGBUILD
diff -u core/base/filesystem/PKGBUILD:1.99 core/base/filesystem/PKGBUILD:1.100
--- core/base/filesystem/PKGBUILD:1.99	Wed Mar  5 16:00:50 2008
+++ core/base/filesystem/PKGBUILD	Mon Mar 10 18:20:47 2008
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.99 2008/03/05 21:00:50 tpowa Exp $
+# $Id: PKGBUILD,v 1.100 2008/03/10 22:20:47 tpowa Exp $
 # Maintainer: Aaron Griffin <aaron at archlinux.org>
 # Contributor: judd <jvinet at zeroflux.org>
 
 pkgname=filesystem
 pkgver=2008.03
-pkgrel=1
+pkgrel=2
 pkgdesc="Base filesystem"
 arch=(i686 x86_64)
 license=('GPL')
@@ -18,7 +18,7 @@
 source=(group issue nsswitch.conf securetty host.conf ld.so.conf \
         passwd shadow fstab crypttab hosts motd resolv.conf shells \
         gshadow services protocols profile)
-md5sums=('dbef652b041b5b492da0724e606f268c'
+md5sums=('20354fa6fc7a1a98fdc30b201bc5ac21'
          'cda2226890afb19e6bba62ae60716636'
          '775464ba7588b4976e0c2a02b83123f4'
          '655071da46d2ac03e0fb8a071bf193ea'
Index: core/base/filesystem/filesystem.install
diff -u core/base/filesystem/filesystem.install:1.17 core/base/filesystem/filesystem.install:1.18
--- core/base/filesystem/filesystem.install:1.17	Thu Feb 21 01:16:07 2008
+++ core/base/filesystem/filesystem.install	Mon Mar 10 18:20:47 2008
@@ -41,4 +41,8 @@
     echo "adding new group: games"
     usr/sbin/groupadd -g 50 games >/dev/null
   fi
+  if [ ! "`grep ^uucp: etc/group`" ]; then
+    echo "adding new group: games"
+    usr/sbin/groupadd -g 14 uucp >/dev/null
+  fi
 }
Index: core/base/filesystem/group
diff -u core/base/filesystem/group:1.8 core/base/filesystem/group:1.9
--- core/base/filesystem/group:1.8	Sun Apr 22 14:42:48 2007
+++ core/base/filesystem/group	Mon Mar 10 18:20:47 2008
@@ -11,6 +11,7 @@
 wheel::10:root
 ftp::11:
 mail::12:
+uucp::14:
 log::19:root
 smmsp::25:
 games::50:




More information about the arch-commits mailing list