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

Dave Reisner dreisner at archlinux.org
Sun Feb 15 21:59:45 UTC 2015


    Date: Sunday, February 15, 2015 @ 22:59:45
  Author: dreisner
Revision: 231606

upgpkg: filesystem 2015.02-1

- add proc group (FS#43153)

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

--------------------+
 PKGBUILD           |   10 +++++-----
 filesystem.install |    1 +
 group              |    1 +
 gshadow            |    1 +
 4 files changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-02-15 20:13:45 UTC (rev 231605)
+++ PKGBUILD	2015-02-15 21:59:45 UTC (rev 231606)
@@ -2,8 +2,8 @@
 # Maintainer: Tom Gundersen <teg at jklm.no>
 
 pkgname=filesystem
-pkgver=2014.10
-pkgrel=3
+pkgver=2015.02
+pkgrel=1
 pkgdesc='Base filesystem'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -19,7 +19,7 @@
         'passwd' 'shadow' 'fstab' 'crypttab' 'hosts' 'motd' 'os-release' 'resolv.conf'
         'shells' 'gshadow' 'profile' 'modprobe.d.usb-load-ehci-first' 'archlinux.7.txt'
         'locale.sh')
-md5sums=('d46cb1adf8175888cc827a3dad8857d2'
+md5sums=('4d7417d2bf8872665c0907f09ae37c34'
          '7813c481156f6b280a3ba91fc6236368'
          '9e4533df61f0c82d6b2e2371f7376282'
          '4c4540eeb748bf1f71d631b8c1dcf0b3'
@@ -34,11 +34,11 @@
          'b16a4674ccf3a932ff34c6c8393a4f33'
          '6f48288b6fcaf0065fcb7b0e525413e0'
          '22518e922891f9359f971f4f5b4e793c'
-         '09bce9236c3729d31aaa528bcf5d198e'
+         '69e460404f45bdb7288d1de662e56dd9'
          '0b6f835598c7640184e476057b3c7722'
          'a8a962370cd0128465d514e6a1f74130'
          '2e193c4a37245f2323ebe87f1a673563'
-         '2caa30a2c91580dc12f053231f237608')
+         '71ed98c52e11ada1f936ac8cb14eecd9')
 
 lint() {
 	# ensure that passwd is sync'd to shadow and group is sync'd to gshadow.

Modified: filesystem.install
===================================================================
--- filesystem.install	2015-02-15 20:13:45 UTC (rev 231605)
+++ filesystem.install	2015-02-15 21:59:45 UTC (rev 231606)
@@ -24,6 +24,7 @@
 	_addgroup network -g 90
 	_addgroup games   -g 50
 	_addgroup uucp    -g 14
+	_addgroup proc    -g 26
 	_addgroup http    -g 33
 	_adduser  http    -u 33 -d /srv/http -g http -s /usr/bin/nologin
 	_addgroup scanner -g 96

Modified: group
===================================================================
--- group	2015-02-15 20:13:45 UTC (rev 231605)
+++ group	2015-02-15 21:59:45 UTC (rev 231606)
@@ -17,6 +17,7 @@
 locate:x:21:
 rfkill:x:24:
 smmsp:x:25:
+proc:x:26:
 http:x:33:
 games:x:50:
 lock:x:54:

Modified: gshadow
===================================================================
--- gshadow	2015-02-15 20:13:45 UTC (rev 231605)
+++ gshadow	2015-02-15 21:59:45 UTC (rev 231606)
@@ -17,6 +17,7 @@
 locate:::
 rfkill:x::
 smmsp:::
+proc:::
 http:::
 games:::
 lock:::



More information about the arch-commits mailing list