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

Dave Reisner dreisner at nymeria.archlinux.org
Wed May 28 18:13:56 UTC 2014


    Date: Wednesday, May 28, 2014 @ 20:13:55
  Author: dreisner
Revision: 213721

upgpkg: filesystem 2014.05-1

- add systemd-timesync and systemd-journal-gateway users/groups

Modified:
  filesystem/trunk/PKGBUILD
  filesystem/trunk/filesystem.install
  filesystem/trunk/group
  filesystem/trunk/locale.sh
  filesystem/trunk/passwd

--------------------+
 PKGBUILD           |   44 ++++++++++++++++++++++----------------------
 filesystem.install |   10 +++++++---
 group              |    2 ++
 locale.sh          |    5 ++---
 passwd             |    2 ++
 5 files changed, 35 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-28 18:05:47 UTC (rev 213720)
+++ PKGBUILD	2014-05-28 18:13:55 UTC (rev 213721)
@@ -2,8 +2,8 @@
 # Maintainer: Tom Gundersen <teg at jklm.no>
 
 pkgname=filesystem
-pkgver=2013.05
-pkgrel=2
+pkgver=2014.05
+pkgrel=1
 pkgdesc='Base filesystem'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -19,6 +19,26 @@
         '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=('e26a6b21c1e154e87a5c45e8b8c366fd'
+         '7813c481156f6b280a3ba91fc6236368'
+         '9e4533df61f0c82d6b2e2371f7376282'
+         '4c4540eeb748bf1f71d631b8c1dcf0b3'
+         'f28150d4c0b22a017be51b9f7f9977ed'
+         '6e488ffecc8ba142c0cf7e2d7aeb832e'
+         '019c2b5a1e03291fa3864f1f3139156f'
+         '2ef2429c2c98d0883906aa6f5363be80'
+         '693c97f2c9a519bb97a17008e92c2b74'
+         '1745349eb24ed21b4cfaa6f423bddb76'
+         '7bc65f234dfb6abf24e7c3b03e86f4ff'
+         'd41d8cd98f00b204e9800998ecf8427e'
+         'b16a4674ccf3a932ff34c6c8393a4f33'
+         '6f48288b6fcaf0065fcb7b0e525413e0'
+         '22518e922891f9359f971f4f5b4e793c'
+         'f45389e116ab0b9e9968287617d27c7d'
+         '0b6f835598c7640184e476057b3c7722'
+         'a8a962370cd0128465d514e6a1f74130'
+         '2e193c4a37245f2323ebe87f1a673563'
+         '4fab2b798deff348e04f05152111aae0')
 
 build() {
 	cd ${srcdir}
@@ -104,23 +124,3 @@
 	done
 	ln -s ../man usr/local/share/man
 }
-md5sums=('7b8e40f8f793e60f471511641bb1c9f2'
-         '7813c481156f6b280a3ba91fc6236368'
-         '9e4533df61f0c82d6b2e2371f7376282'
-         '4c4540eeb748bf1f71d631b8c1dcf0b3'
-         'f28150d4c0b22a017be51b9f7f9977ed'
-         '6e488ffecc8ba142c0cf7e2d7aeb832e'
-         '1cfd310dff0804a7d21958487c32a3b1'
-         '2ef2429c2c98d0883906aa6f5363be80'
-         '693c97f2c9a519bb97a17008e92c2b74'
-         '1745349eb24ed21b4cfaa6f423bddb76'
-         '7bc65f234dfb6abf24e7c3b03e86f4ff'
-         'd41d8cd98f00b204e9800998ecf8427e'
-         'b16a4674ccf3a932ff34c6c8393a4f33'
-         '6f48288b6fcaf0065fcb7b0e525413e0'
-         '22518e922891f9359f971f4f5b4e793c'
-         'f45389e116ab0b9e9968287617d27c7d'
-         '0b6f835598c7640184e476057b3c7722'
-         'a8a962370cd0128465d514e6a1f74130'
-         '2e193c4a37245f2323ebe87f1a673563'
-         '3807d07215d9116331fe1cf8feeaa0f8')

Modified: filesystem.install
===================================================================
--- filesystem.install	2014-05-28 18:05:47 UTC (rev 213720)
+++ filesystem.install	2014-05-28 18:13:55 UTC (rev 213721)
@@ -25,15 +25,19 @@
 	_addgroup games   -g 50
 	_addgroup uucp    -g 14
 	_addgroup http    -g 33
-	_adduser  http    -u 33 -d /srv/http -g http -s /bin/false
+	_adduser  http    -u 33 -d /srv/http -g http -s /usr/bin/nologin
 	_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
+	_adduser uuidd    -u 68 -d / -g uuidd -s /usr/bin/nologin
 	_addgroup dbus    -g 81
-	_adduser dbus     -u 81 -d / -g dbus -s /sbin/nologin
+	_adduser dbus     -u 81 -d / -g dbus -s /usr/bin/nologin
 	_addgroup systemd-journal -g 190
+	_addgroup systemd-journal-gateway -g 191
+	_adduser systemd-journal-gateway -u 191 -g 191 -d / -s /usr/bin/nologin
+	_addgroup systemd-timesync -g 192
+	_adduser systemd-timesync -u 192 -g 192 -d / -s /usr/bin/nologin
 
 	# sync gshadow to group (fixes FS#19869)
 	if ! grep -q '^lock:' etc/gshadow; then

Modified: group
===================================================================
--- group	2014-05-28 18:05:47 UTC (rev 213720)
+++ group	2014-05-28 18:13:55 UTC (rev 213721)
@@ -33,3 +33,5 @@
 nobody:x:99:
 users:x:100:
 systemd-journal:x:190:
+systemd-journal-gateway:x:191:
+systemd-timesync:x:192:

Modified: locale.sh
===================================================================
--- locale.sh	2014-05-28 18:05:47 UTC (rev 213720)
+++ locale.sh	2014-05-28 18:13:55 UTC (rev 213721)
@@ -9,11 +9,10 @@
   . "$HOME/.config/locale.conf"
 elif [ -r /etc/locale.conf ]; then
   . /etc/locale.conf
-elif [ -r /etc/rc.conf ]; then
-  LANG=$(. /etc/rc.conf 2>/dev/null; echo "$LOCALE")
 fi
 
-export LANG="${LANG:-C}"
+LANG=${LANG:-C}
+export LANG
 [ -n "$LC_CTYPE" ]          && export LC_CTYPE
 [ -n "$LC_NUMERIC" ]        && export LC_NUMERIC
 [ -n "$LC_TIME" ]           && export LC_TIME

Modified: passwd
===================================================================
--- passwd	2014-05-28 18:05:47 UTC (rev 213720)
+++ passwd	2014-05-28 18:13:55 UTC (rev 213721)
@@ -7,3 +7,5 @@
 uuidd:x:68:68:uuidd:/:/sbin/nologin
 dbus:x:81:81:dbus:/:/sbin/nologin
 nobody:x:99:99:nobody:/:/bin/false
+systemd-journal-gateway:x:191:191:systemd-timesync:/:/bin/false
+systemd-timesync:x:192:192:systemd-timesync:/:/bin/false




More information about the arch-commits mailing list