[arch-commits] Commit in filesystem/trunk (5 files)

Tom Gundersen tomegun at archlinux.org
Wed Oct 3 20:35:33 UTC 2012


    Date: Wednesday, October 3, 2012 @ 16:35:33
  Author: tomegun
Revision: 167924

upgpkg: filesystem 2012.10-1

add uuidd group/user

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-03 20:33:57 UTC (rev 167923)
+++ PKGBUILD	2012-10-03 20:35:33 UTC (rev 167924)
@@ -2,7 +2,7 @@
 # Maintainer: Tom Gundersen <teg at jklm.no>
 
 pkgname=filesystem
-pkgver=2012.8
+pkgver=2012.10
 pkgrel=1
 pkgdesc='Base filesystem'
 arch=('any')
@@ -88,13 +88,13 @@
 	done
 	ln -s ../man usr/local/share/man
 }
-md5sums=('45940618da782cc391c59f88ab3333c3'
+md5sums=('004013ac940ef3d3cdd8c596e7accfe1'
          '7813c481156f6b280a3ba91fc6236368'
          '13753e4e0964f3652b0cc60a28528bdf'
          '4c4540eeb748bf1f71d631b8c1dcf0b3'
          'f28150d4c0b22a017be51b9f7f9977ed'
          '6e488ffecc8ba142c0cf7e2d7aeb832e'
-         '8a9042a2cedf6b6b47eb8973f14289cb'
+         '455b78cada80f40b6f6968f5cbd97a2e'
          'b8355d9d2782f424f4cedcf682651be0'
          'ca716f853860199c1286e7939b2f2666'
          '1745349eb24ed21b4cfaa6f423bddb76'
@@ -103,7 +103,7 @@
          'b16a4674ccf3a932ff34c6c8393a4f33'
          '6f48288b6fcaf0065fcb7b0e525413e0'
          '22518e922891f9359f971f4f5b4e793c'
-         'f95416882cef800edef08382a1176b7d'
+         '677523dbe94b79299aa91b35ed8203b6'
          'f3b6ae7db8adffaaa4bffc6099dcbd50'
          'a8a962370cd0128465d514e6a1f74130'
          '640f3bb28b848cb87cfff7063ebeaf42'

Modified: filesystem.install
===================================================================
--- filesystem.install	2012-10-03 20:33:57 UTC (rev 167923)
+++ filesystem.install	2012-10-03 20:35:33 UTC (rev 167924)
@@ -41,8 +41,10 @@
 	_addgroup scanner -g 96
 	_addgroup rfkill  -g 24
 	_addgroup lock    -g 54
+	_addgroup uuidd   -g 68
+	_adduser uuidd   -u 68 -d / -g uuidd -s /sbin/nologin
 
-	# sync gshadow to group (fixes FS#19869
+	# sync gshadow to group (fixes FS#19869)
 	if ! grep -q '^lock:' etc/gshadow; then
 		grpconv >/dev/null
 	fi

Modified: group
===================================================================
--- group	2012-10-03 20:33:57 UTC (rev 167923)
+++ group	2012-10-03 20:35:33 UTC (rev 167924)
@@ -20,6 +20,7 @@
 http:x:33:
 games:x:50:
 lock:x:54:
+uuidd:x:68:
 network:x:90:
 video:x:91:
 audio:x:92:

Modified: gshadow
===================================================================
--- gshadow	2012-10-03 20:33:57 UTC (rev 167923)
+++ gshadow	2012-10-03 20:35:33 UTC (rev 167924)
@@ -20,6 +20,7 @@
 http:::
 games:::
 lock:::
+uuidd:!::
 network:x::
 video:x::
 audio:::

Modified: passwd
===================================================================
--- passwd	2012-10-03 20:33:57 UTC (rev 167923)
+++ passwd	2012-10-03 20:35:33 UTC (rev 167924)
@@ -4,4 +4,5 @@
 mail:x:8:12:mail:/var/spool/mail:/bin/false
 ftp:x:14:11:ftp:/srv/ftp:/bin/false
 http:x:33:33:http:/srv/http:/bin/false
+uuidd:x:68:68:uuidd:/:/sbin/nologin
 nobody:x:99:99:nobody:/:/bin/false




More information about the arch-commits mailing list