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

2020-08-30 Thread Sébastien Luttringer via arch-commits
Date: Sunday, August 30, 2020 @ 20:34:37
  Author: seblu
Revision: 395002

upgpkg: filesystem 2020.08.30-1

- implement FS#67749
- make append_path function available to profile.d scripts (see FS#66338)

Added:
  filesystem/trunk/archlinux-logo.png
  filesystem/trunk/archlinux-logo.svg
Modified:
  filesystem/trunk/PKGBUILD
  filesystem/trunk/archlinux.png
  filesystem/trunk/archlinux.svg
  filesystem/trunk/profile

+
 PKGBUILD   |   15 +--
 archlinux-logo.png |1 +
 archlinux-logo.svg |1 +
 profile|   17 +++--
 4 files changed, 22 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 15:34:58 UTC (rev 395001)
+++ PKGBUILD2020-08-30 20:34:37 UTC (rev 395002)
@@ -2,7 +2,7 @@
 # Contributor: Tom Gundersen 
 
 pkgname=filesystem
-pkgver=2020.08.21
+pkgver=2020.08.30
 pkgrel=1
 pkgdesc='Base Arch Linux files'
 arch=('x86_64')
@@ -16,7 +16,8 @@
 source=('crypttab' 'env-generator' 'fstab' 'group' 'gshadow' 'host.conf' 
'hosts'
 'issue' 'ld.so.conf' 'locale.sh' 'motd' 'nsswitch.conf' 'os-release'
 'passwd' 'profile' 'resolv.conf' 'securetty' 'shadow' 'shells' 'sysctl'
-'sysusers' 'tmpfiles' 'archlinux.svg' 'archlinux.png')
+'sysusers' 'tmpfiles' 'archlinux.svg' 'archlinux.png'
+'archlinux-logo.svg' 'archlinux-logo.png')
 sha256sums=('e03bede3d258d680548696623d5979c6edf03272e801a813c81ba5a5c64f4f82'
 'ed0cb4f1db4021f8c3b5ce78fdf91d2c0624708f58f36c9cf867f4d93c3bc6da'
 'e54626e74ed8fee4173b62a545ab1c3a3a069e4217a0ee8fc398d9933e9c1696'
@@ -31,7 +32,7 @@
 '3b821d881a147977e251c522d722626881229d8bc150447673f39f28876ac749'
 '53395e67cc113b7f73e72a829731f6d30319a841d164af8a1d4d4f829a9c3cd9'
 '5e06477834f51abf42ea4e8dc199632afc6afbfd8c44354685a271e9a48d2c0a'
-'7bb7e910d7bc073e34543f1e42b709e85efb6f1f7c0e5c9ffe0e207f8ca36fb6'
+'5e4088ad8d0853d390fa303f6be8c3f69c33834200cba9e90f7849f1993ca8d0'
 '5557d8e601b17a80d1ea7de78a9869be69637cb6a02fbfe334e22fdf64e61d4c'
 'd88be2b45b43605ff31dd83d6a138069b6c2e92bc8989b7b9ab9eba8da5f8c7b'
 '6e13705ac4d6f69cdba118c6b70c722346fd3c45224133e6bbfe28aca719563c'
@@ -39,8 +40,10 @@
 '89e43a0b7028f52d5c8e7fb961d962c4b4f4e9595880a6157274ddb2c7c0b6b4'
 'b5b28f395583d141d88c0b955cd05124f9b8cdf003feab01e55885b8e8c1303e'
 '618ac097441c1f2daffc9967e5c3cd18ea8866f776db62d04bf401c53907b1c9'
-'e6959e41bf552662d6c662faa49ec84b5fadb8b612d49e8324bfe45752c0fb0d'
-'a10826be2337d2e96a273af4db62678caa7d1602d9f94b47dedebd71807ecc03')
+'8b7a0d041f2969b25665af6ae34e5e242ca4154b06c24258739e04cce6369160'
+'9b1d1fa053c80487f7f3ffc9233fffd8022e961f8c7522db9b8b03c18bf793ac'
+'3da1595631bca2d4c4f3cd11a47ee4da3166f7af05009a35c44c4080302f7425'
+'5dc58399f9aff492abbd6d2547cf6188835ea82c5f2d72b16830c86164860743')
 
 package() {
   cd "$pkgdir"
@@ -124,7 +127,7 @@
   install -D -m755 "$srcdir"/env-generator 
usr/lib/systemd/system-environment-generators/10-arch
 
   # add logo
-  install -D -m644 "$srcdir"/archlinux.{svg,png} usr/share/pixmaps
+  install -D -m644 "$srcdir"/archlinux{,-logo}.{svg,png} usr/share/pixmaps
 }
 
 # vim:set ts=2 sw=2 et:

Added: archlinux-logo.png
===
(Binary files differ)

Index: filesystem/trunk/archlinux-logo.png
===
--- archlinux-logo.png  2020-08-30 15:34:58 UTC (rev 395001)
+++ archlinux-logo.png  2020-08-30 20:34:37 UTC (rev 395002)

Property changes on: filesystem/trunk/archlinux-logo.png
___
Added: svn:mime-type
## -0,0 +1 ##
+image/png
\ No newline at end of property
Added: archlinux-logo.svg
===
(Binary files differ)

Index: filesystem/trunk/archlinux-logo.svg
===
--- archlinux-logo.svg  2020-08-30 15:34:58 UTC (rev 395001)
+++ archlinux-logo.svg  2020-08-30 20:34:37 UTC (rev 395002)

Property changes on: filesystem/trunk/archlinux-logo.svg
___
Added: svn:mime-type
## -0,0 +1 ##
+image/svg+xml
\ No newline at end of property
Modified: archlinux.png
===
(Binary files differ)

Modified: archlinux.svg
===
(Binary files differ)

Modified: profile
===
--- profile 2020-08-30 15:34:58 UTC (rev 395001)
+++ profile 2020-08-30 20:34:37 UTC (rev 395002)
@@ -3,8 +3,9 @@
 # Set our umask
 umask 02

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

2012-12-03 Thread Tom Gundersen
Date: Monday, December 3, 2012 @ 20:05:09
  Author: tomegun
Revision: 172494

upgpkg: filesystem 2012.12-1

move dbus user to filesystem

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

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-04 00:18:48 UTC (rev 172493)
+++ PKGBUILD2012-12-04 01:05:09 UTC (rev 172494)
@@ -2,7 +2,7 @@
 # Maintainer: Tom Gundersen 
 
 pkgname=filesystem
-pkgver=2012.11
+pkgver=2012.12
 pkgrel=1
 pkgdesc='Base filesystem'
 arch=('any')
@@ -88,14 +88,14 @@
done
ln -s ../man usr/local/share/man
 }
-md5sums=('004013ac940ef3d3cdd8c596e7accfe1'
+md5sums=('c61f6ac4f6377108e59879f203f18633'
  '7813c481156f6b280a3ba91fc6236368'
  '9e4533df61f0c82d6b2e2371f7376282'
  '4c4540eeb748bf1f71d631b8c1dcf0b3'
  'f28150d4c0b22a017be51b9f7f9977ed'
  '6e488ffecc8ba142c0cf7e2d7aeb832e'
- '455b78cada80f40b6f6968f5cbd97a2e'
- '01249bb0ba4468f95e2cc3a627f5e6e3'
+ '1cfd310dff0804a7d21958487c32a3b1'
+ '2ef2429c2c98d0883906aa6f5363be80'
  '693c97f2c9a519bb97a17008e92c2b74'
  '1745349eb24ed21b4cfaa6f423bddb76'
  '7bc65f234dfb6abf24e7c3b03e86f4ff'
@@ -103,7 +103,7 @@
  'b16a4674ccf3a932ff34c6c8393a4f33'
  '6f48288b6fcaf0065fcb7b0e525413e0'
  '22518e922891f9359f971f4f5b4e793c'
- '677523dbe94b79299aa91b35ed8203b6'
+ 'ffe983034b8004989b8c3df97ec91095'
  'f3b6ae7db8adffaaa4bffc6099dcbd50'
  'a8a962370cd0128465d514e6a1f74130'
  '2e193c4a37245f2323ebe87f1a673563'

Modified: filesystem.install
===
--- filesystem.install  2012-12-04 00:18:48 UTC (rev 172493)
+++ filesystem.install  2012-12-04 01:05:09 UTC (rev 172494)
@@ -42,7 +42,9 @@
_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 /sbin/nologin
+   _addgroup dbus-g 81
+   _adduser dbus -u 81 -d / -g dbus -s /sbin/nologin
 
# sync gshadow to group (fixes FS#19869)
if ! grep -q '^lock:' etc/gshadow; then

Modified: group
===
--- group   2012-12-04 00:18:48 UTC (rev 172493)
+++ group   2012-12-04 01:05:09 UTC (rev 172494)
@@ -21,6 +21,7 @@
 games:x:50:
 lock:x:54:
 uuidd:x:68:
+dbus:x:81:
 network:x:90:
 video:x:91:
 audio:x:92:

Modified: gshadow
===
--- gshadow 2012-12-04 00:18:48 UTC (rev 172493)
+++ gshadow 2012-12-04 01:05:09 UTC (rev 172494)
@@ -21,6 +21,7 @@
 games:::
 lock:::
 uuidd:!::
+dbus:x::
 network:x::
 video:x::
 audio:::

Modified: passwd
===
--- passwd  2012-12-04 00:18:48 UTC (rev 172493)
+++ passwd  2012-12-04 01:05:09 UTC (rev 172494)
@@ -5,4 +5,5 @@
 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
+dbus:x:81:81:dbus:/:/sbin/nologin
 nobody:x:99:99:nobody:/:/bin/false

Modified: shadow
===
--- shadow  2012-12-04 00:18:48 UTC (rev 172493)
+++ shadow  2012-12-04 01:05:09 UTC (rev 172494)
@@ -5,4 +5,5 @@
 ftp:x:14871::
 http:x:14871::
 uuidd:x:14871::
+dbus:x:14871::
 nobody:x:14871::



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

2017-10-16 Thread Sébastien Luttringer
Date: Monday, October 16, 2017 @ 22:59:28
  Author: seblu
Revision: 308072

upgpkg: filesystem 2017.10-1

- remove lp (in systemd)
- empty passwd,gpasswd,group,gpasswd (need systemd >v235)

Modified:
  filesystem/trunk/PKGBUILD
  filesystem/trunk/sysusers
Deleted:
  filesystem/trunk/group
  filesystem/trunk/gshadow
  filesystem/trunk/passwd
  filesystem/trunk/shadow

--+
 PKGBUILD |   27 ---
 group|2 --
 gshadow  |2 --
 passwd   |2 --
 shadow   |2 --
 sysusers |2 --
 6 files changed, 12 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-16 19:17:27 UTC (rev 308071)
+++ PKGBUILD2017-10-16 22:59:28 UTC (rev 308072)
@@ -3,8 +3,8 @@
 # Contributor: Tom Gundersen 
 
 pkgname=filesystem
-pkgver=2017.09
-pkgrel=4
+pkgver=2017.10
+pkgrel=1
 pkgdesc='Base Arch Linux files'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -15,15 +15,12 @@
 'etc/hosts' 'etc/issue' 'etc/ld.so.conf' 'etc/motd' 'etc/nsswitch.conf'
 'etc/passwd' 'etc/profile' 'etc/resolv.conf' 'etc/securetty'
 'etc/shadow' 'etc/shells')
-source=('crypttab' 'env-generator' 'fstab' 'group' 'gshadow' 'host.conf' 
'hosts'
-'issue' 'ld.so.conf' 'locale.sh' 'motd' 'nsswitch.conf' 'os-release'
-'passwd' 'profile' 'resolv.conf' 'securetty' 'shadow' 'shells'
-'sysusers' 'tmpfiles')
+source=('crypttab' 'env-generator' 'fstab' 'host.conf' 'hosts' 'issue'
+'ld.so.conf' 'locale.sh' 'motd' 'nsswitch.conf' 'os-release' 'profile'
+'resolv.conf' 'securetty' 'shells' 'sysusers' 'tmpfiles')
 md5sums=('5fa6674df7645d7f5895f2d12b4ef4e9'
  '2b0344e9639f35f3c0d5637a23556089'
  'e33f6dfdd61978fcb3ddf1431286e05a'
- '803da7c3c9df9b47a78b52fe9ddf02b1'
- '822b75f0faca19a9c4cee334c63ab1b3'
  '7d119a9cce152aa182fb3392ddeecea7'
  'a1315ea3e2b64d197b6efaf9c14ff778'
  '7813c481156f6b280a3ba91fc6236368'
@@ -32,13 +29,11 @@
  'd41d8cd98f00b204e9800998ecf8427e'
  '44851ecc062ba34a4c024b6f3246c48f'
  '0a0fbb8e64faabb40023bd180d7190a1'
- 'cffabcce564fa9e47981da780059a621'
  '13feaea89d404729ad2f7cf0bcc41d85'
  '0ee015fad07732676d9488ae498eed41'
  'f04bcb2803afc4dcb95670fe87343b4d'
- '7cc0d3e777ccb03f91e979c3aab296a0'
  'a78cd8d7f8240a8448edee82f503c34e'
- '9f56bb6248654d732ec4843d67e37a68'
+ 'af7832eabaac9804c22f1f2b53816a49'
  '0267a3a463f35eec8a31f40a720dfd86')
 
 package() {
@@ -58,14 +53,16 @@
 
   # setup /etc and /usr/share/factory/etc
   install -d etc/{ld.so.conf.d,skel,profile.d} usr/share/factory/etc
-  for f in fstab group host.conf hosts issue ld.so.conf motd nsswitch.conf 
passwd resolv.conf securetty shells profile; do
+  for f in fstab host.conf hosts issue ld.so.conf motd nsswitch.conf crypttab \
+   resolv.conf securetty shells profile; do
 install -m644 "$srcdir"/$f etc/
 install -m644 "$srcdir"/$f usr/share/factory/etc/
   done
+  chmod 600 {usr/share/factory/,}etc/crypttab
   ln -s ../proc/self/mounts etc/mtab
-  for f in gshadow shadow crypttab; do
-install -m600 "$srcdir"/$f etc/
-install -m600 "$srcdir"/$f usr/share/factory/etc/
+  for f in passwd group gshadow shadow; do
+install -Dm600 /dev/null etc/$f
+install -Dm600 /dev/null usr/share/factory/etc/$f
   done
   touch etc/arch-release
   install -m755 "$srcdir"/locale.sh etc/profile.d/locale.sh

Deleted: group
===
--- group   2017-10-16 19:17:27 UTC (rev 308071)
+++ group   2017-10-16 22:59:28 UTC (rev 308072)
@@ -1,2 +0,0 @@
-root:x:0:root
-nobody:x:99:

Deleted: gshadow
===
--- gshadow 2017-10-16 19:17:27 UTC (rev 308071)
+++ gshadow 2017-10-16 22:59:28 UTC (rev 308072)
@@ -1,2 +0,0 @@
-root:::root
-nobody:::

Deleted: passwd
===
--- passwd  2017-10-16 19:17:27 UTC (rev 308071)
+++ passwd  2017-10-16 22:59:28 UTC (rev 308072)
@@ -1,2 +0,0 @@
-root:x:0:0::/root:/bin/bash
-nobody:x:99:99::/:/usr/bin/nologin

Deleted: shadow
===
--- shadow  2017-10-16 19:17:27 UTC (rev 308071)
+++ shadow  2017-10-16 22:59:28 UTC (rev 308072)
@@ -1,2 +0,0 @@
-root::14871::
-nobody:x:14871::

Modified: sysusers
===
--- sysusers2017-10-16 19:17:27 UTC (rev 308071)
+++ sysusers2017-10-16 22:59:28 UTC (rev 308072)
@@ -1,7 +1,6 @@
 # default arch groups
 # groups first, because we have user/group id mismatch on ftp and mail
 g sys 3 - -
-g lp 7 - -
 g mem 8 - -
 g ftp 11 - -
 g mail 12 - -
@@ -27,4 +26,3 @@
 m bin sys
 m daemon adm
 m daemon bin
-m daemon lp


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

2017-09-11 Thread Sébastien Luttringer
Date: Monday, September 11, 2017 @ 23:56:58
  Author: seblu
Revision: 305366

Various fixes

- use uid/gid in PKGBUILD to avoid dependency to itself
- add nobody as a static user (FS#55589)
- add headers to passwd,shadow,group,gshadow
- sort deps and backup alphabetically

Modified:
  filesystem/trunk/PKGBUILD
  filesystem/trunk/group
  filesystem/trunk/gshadow
  filesystem/trunk/os-release
  filesystem/trunk/passwd
  filesystem/trunk/shadow

+
 PKGBUILD   |   55 ---
 group  |3 +++
 gshadow|3 +++
 os-release |1 -
 passwd |3 +++
 shadow |3 +++
 6 files changed, 40 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-11 23:49:07 UTC (rev 305365)
+++ PKGBUILD2017-09-11 23:56:58 UTC (rev 305366)
@@ -4,7 +4,7 @@
 
 pkgname=filesystem
 pkgver=2017.09
-pkgrel=3
+pkgrel=3.1
 pkgdesc='Base Arch Linux files'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -11,35 +11,35 @@
 url='https://www.archlinux.org'
 groups=('base')
 depends=('iana-etc')
-backup=('etc/fstab' 'etc/crypttab' 'etc/group' 'etc/hosts' 'etc/ld.so.conf'
-'etc/passwd' 'etc/shadow' 'etc/gshadow' 'etc/resolv.conf' 'etc/motd'
-'etc/nsswitch.conf' 'etc/shells' 'etc/host.conf' 'etc/securetty'
-'etc/profile' 'etc/issue')
-source=('group' 'issue' 'nsswitch.conf' 'securetty' 'host.conf' 'ld.so.conf'
-'passwd' 'shadow' 'fstab' 'crypttab' 'hosts' 'motd' 'os-release'
-'resolv.conf' 'shells' 'gshadow' 'profile' 'locale.sh' 'sysusers'
-'tmpfiles' 'env-generator')
-md5sums=('7fed1e1fb855e41a6d64d41f8521d69a'
+backup=('etc/crypttab' 'etc/fstab' 'etc/group' 'etc/gshadow' 'etc/host.conf'
+'etc/hosts' 'etc/issue' 'etc/ld.so.conf' 'etc/motd' 'etc/nsswitch.conf'
+'etc/passwd' 'etc/profile' 'etc/resolv.conf' 'etc/securetty'
+'etc/shadow' 'etc/shells')
+source=('crypttab' 'env-generator' 'fstab' 'group' 'gshadow' 'host.conf' 
'hosts'
+'issue' 'ld.so.conf' 'locale.sh' 'motd' 'nsswitch.conf' 'os-release'
+'passwd' 'profile' 'resolv.conf' 'securetty' 'shadow' 'shells'
+'sysusers' 'tmpfiles')
+md5sums=('5fa6674df7645d7f5895f2d12b4ef4e9'
+ '2b0344e9639f35f3c0d5637a23556089'
+ 'e33f6dfdd61978fcb3ddf1431286e05a'
+ '210aa72839c2d05c81c29c4b7f9d4c1e'
+ 'de6c96bb49ebdf1b4c073faf8c73dd72'
+ '7d119a9cce152aa182fb3392ddeecea7'
+ 'a1315ea3e2b64d197b6efaf9c14ff778'
  '7813c481156f6b280a3ba91fc6236368'
- '44851ecc062ba34a4c024b6f3246c48f'
- 'f04bcb2803afc4dcb95670fe87343b4d'
- '7d119a9cce152aa182fb3392ddeecea7'
  '5deb9f890a4d08a245e9752ede77271e'
- '5182ac38a0de85da8ade93ef71975ca4'
- 'f64466dd77c7bec37a8b47681468211a'
- 'e33f6dfdd61978fcb3ddf1431286e05a'
- '5fa6674df7645d7f5895f2d12b4ef4e9'
- 'a1315ea3e2b64d197b6efaf9c14ff778'
+ '71ed98c52e11ada1f936ac8cb14eecd9'
  'd41d8cd98f00b204e9800998ecf8427e'
- '7756fd3b8876eee095bd6e94ddac13ca'
+ '44851ecc062ba34a4c024b6f3246c48f'
+ '0a0fbb8e64faabb40023bd180d7190a1'
+ '760c1bfce90117f866406ead94360458'
+ '13feaea89d404729ad2f7cf0bcc41d85'
  '0ee015fad07732676d9488ae498eed41'
+ 'f04bcb2803afc4dcb95670fe87343b4d'
+ 'db631dab91552a497d4f6c7b0f73ee0e'
  'a78cd8d7f8240a8448edee82f503c34e'
- '1c1e3b08acfa286f4b417c49de3e4366'
- '13feaea89d404729ad2f7cf0bcc41d85'
- '71ed98c52e11ada1f936ac8cb14eecd9'
  '6ec767b80e0df5c4450078363a31bca0'
- '0267a3a463f35eec8a31f40a720dfd86'
- '2b0344e9639f35f3c0d5637a23556089')
+ '0267a3a463f35eec8a31f40a720dfd86')
 
 package() {
   cd "$pkgdir"
@@ -53,7 +53,8 @@
   install -d -m0750 root
   install -d -m1777 tmp
   # vsftpd won't run with write perms on /srv/ftp
-  install -d -m555 -g ftp srv/ftp
+  # ftp (uid 14/gid 11)
+  install -d -m555 -g 11 srv/ftp
 
   # setup /etc and /usr/share/factory/etc
   install -d etc/{ld.so.conf.d,skel,profile.d} usr/share/factory/etc
@@ -76,8 +77,8 @@
   done
   install -d -m1777 var/{tmp,spool/mail}
 
-  # allow setgid games to write scores
-  install -d -m775 -g games var/games
+  # allow setgid games (gid 50) to write scores
+  install -d -m775 -g 50 var/games
   ln -s spool/mail var/mail
   ln -s ../run var/run
   ln -s ../run/lock var/lock

Modified: group
===
--- group   2017-09-11 23:49:07 UTC (rev 305365)
+++ group   2017-09-11 23:56:58 UTC (rev 305366)
@@ -1 +1,4 @@
+# User group file.
+# See group(5) for details.
 root:x:0:root
+nobody:x:99:

Modified: gshadow
===
--- gshadow 2017-09-11 23:49:07 UTC (rev 305365)
+++ gshadow 2017-09-11 23:56:58 UTC (rev 305366)
@@ -1 +1,4 @@
+# Shadowe

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

2017-03-26 Thread Sébastien Luttringer
Date: Sunday, March 26, 2017 @ 22:06:04
  Author: seblu
Revision: 291699

upgpkg: filesystem 2017.03-2

- remove uuidd and dbus user (see FS#45196)

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

+
 PKGBUILD   |   10 +-
 filesystem.install |4 
 group  |2 --
 gshadow|2 --
 passwd |2 --
 shadow |2 --
 6 files changed, 5 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-26 22:03:56 UTC (rev 291698)
+++ PKGBUILD2017-03-26 22:06:04 UTC (rev 291699)
@@ -4,7 +4,7 @@
 
 pkgname=filesystem
 pkgver=2017.03
-pkgrel=1
+pkgrel=2
 pkgdesc='Base Arch Linux files'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -19,14 +19,14 @@
 source=('group' 'issue' 'nsswitch.conf' 'securetty' 'host.conf' 'ld.so.conf'
 'passwd' 'shadow' 'fstab' 'crypttab' 'hosts' 'motd' 'os-release' 
'resolv.conf'
 'shells' 'gshadow' 'profile' 'archlinux.7.txt' 'locale.sh')
-md5sums=('4d7417d2bf8872665c0907f09ae37c34'
+md5sums=('76c80215d8dd395d3be4b8a711d585b6'
  '7813c481156f6b280a3ba91fc6236368'
  '7b21f0f97f048988908bf93778bba65f'
  '4c4540eeb748bf1f71d631b8c1dcf0b3'
  'f28150d4c0b22a017be51b9f7f9977ed'
  '6e488ffecc8ba142c0cf7e2d7aeb832e'
- 'a998d1e6c7cc5791a7f4a2b49b2d10ce'
- '1ec1b16e2a71fad63ab8f147069a5d97'
+ 'cb1a751b05541d8eebaace316de0e809'
+ 'c0c27476ee248355bf308c8502a8c860'
  '693c97f2c9a519bb97a17008e92c2b74'
  'f0a5071f50d8864d2810c44e23eb00cc'
  '7bc65f234dfb6abf24e7c3b03e86f4ff'
@@ -34,7 +34,7 @@
  '7756fd3b8876eee095bd6e94ddac13ca'
  '6f48288b6fcaf0065fcb7b0e525413e0'
  '22518e922891f9359f971f4f5b4e793c'
- '69e460404f45bdb7288d1de662e56dd9'
+ 'c08581d4f982be8806d3afa912a65203'
  'cfa3345c485c59e681ab39a44dc7ece1'
  '2e193c4a37245f2323ebe87f1a673563'
  '71ed98c52e11ada1f936ac8cb14eecd9')

Modified: filesystem.install
===
--- filesystem.install  2017-03-26 22:03:56 UTC (rev 291698)
+++ filesystem.install  2017-03-26 22:06:04 UTC (rev 291699)
@@ -30,10 +30,6 @@
_addgroup scanner -g 96
_addgroup rfkill  -g 24
_addgroup lock-g 54
-   _addgroup uuidd   -g 68
-   _adduser uuidd-u 68 -d / -g uuidd -s /usr/bin/nologin
-   _addgroup dbus-g 81
-   _adduser dbus -u 81 -d / -g dbus -s /usr/bin/nologin
_addgroup input   -g 97
_addgroup systemd-journal -g 190
_addgroup systemd-journal-gateway -g 191

Modified: group
===
--- group   2017-03-26 22:03:56 UTC (rev 291698)
+++ group   2017-03-26 22:06:04 UTC (rev 291699)
@@ -21,8 +21,6 @@
 http:x:33:
 games:x:50:
 lock:x:54:
-uuidd:x:68:
-dbus:x:81:
 network:x:90:
 video:x:91:
 audio:x:92:

Modified: gshadow
===
--- gshadow 2017-03-26 22:03:56 UTC (rev 291698)
+++ gshadow 2017-03-26 22:06:04 UTC (rev 291699)
@@ -21,8 +21,6 @@
 http:::
 games:::
 lock:::
-uuidd:x::
-dbus:x::
 network:x::
 video:x::
 audio:::

Modified: passwd
===
--- passwd  2017-03-26 22:03:56 UTC (rev 291698)
+++ passwd  2017-03-26 22:06:04 UTC (rev 291699)
@@ -4,8 +4,6 @@
 mail:x:8:12:mail:/var/spool/mail:/usr/bin/nologin
 ftp:x:14:11:ftp:/srv/ftp:/usr/bin/nologin
 http:x:33:33:http:/srv/http:/usr/bin/nologin
-uuidd:x:68:68:uuidd:/:/usr/bin/nologin
-dbus:x:81:81:dbus:/:/usr/bin/nologin
 nobody:x:99:99:nobody:/:/usr/bin/nologin
 systemd-journal-gateway:x:191:191:systemd-journal-gateway:/:/usr/bin/nologin
 systemd-timesync:x:192:192:systemd-timesync:/:/usr/bin/nologin

Modified: shadow
===
--- shadow  2017-03-26 22:03:56 UTC (rev 291698)
+++ shadow  2017-03-26 22:06:04 UTC (rev 291699)
@@ -4,8 +4,6 @@
 mail:x:14871::
 ftp:x:14871::
 http:x:14871::
-uuidd:x:14871::
-dbus:x:14871::
 nobody:x:14871::
 systemd-journal-gateway:x:14871::
 systemd-timesync:x:14871::