[arch-commits] Commit in filesystem/trunk (PKGBUILD filesystem.install group)

Thomas Bächler thomas at archlinux.org
Sat Jan 9 15:55:42 UTC 2010


    Date: Saturday, January 9, 2010 @ 10:55:42
  Author: thomas
Revision: 62448

upgpkg: filesystem 2010.01-1
    Add rfkill group

Modified:
  filesystem/trunk/PKGBUILD
  filesystem/trunk/filesystem.install
  filesystem/trunk/group

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-09 15:55:03 UTC (rev 62447)
+++ PKGBUILD	2010-01-09 15:55:42 UTC (rev 62448)
@@ -3,7 +3,7 @@
 # Contributor: judd <jvinet at zeroflux.org>
 
 pkgname=filesystem
-pkgver=2009.11
+pkgver=2010.01
 pkgrel=1
 pkgdesc="Base filesystem"
 arch=('any')
@@ -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 modprobe.d.usb-load-ehci-first)
-md5sums=('78a40317b8ea1d6810835fb12501fec7'
+md5sums=('75c7e1770305e1f3b75c52785c137611'
          '1bdc5dba66947d74866a5df8ce9ef3b1'
          '13753e4e0964f3652b0cc60a28528bdf'
          '933dee67c58d452334d342c294342910'

Modified: filesystem.install
===================================================================
--- filesystem.install	2010-01-09 15:55:03 UTC (rev 62447)
+++ filesystem.install	2010-01-09 15:55:42 UTC (rev 62448)
@@ -57,4 +57,8 @@
     echo "adding new group: scanner"
     usr/sbin/groupadd -g 96 scanner >/dev/null
   fi
+  if [ ! "`grep ^rfkill: etc/group`" ]; then
+    echo "adding new group: rfkill"
+    usr/sbin/groupadd -g 24 rfkill >/dev/null
+  fi
 }

Modified: group
===================================================================
--- group	2010-01-09 15:55:03 UTC (rev 62447)
+++ group	2010-01-09 15:55:42 UTC (rev 62448)
@@ -14,6 +14,7 @@
 uucp:x:14:
 log:x:19:root
 locate:x:21:
+rfkill:x:24:
 smmsp:x:25:
 http:x:33:
 games:x:50:




More information about the arch-commits mailing list