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

Sébastien Luttringer seblu at archlinux.org
Sun Mar 26 22:06:05 UTC 2017


    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
===================================================================
--- PKGBUILD	2017-03-26 22:03:56 UTC (rev 291698)
+++ PKGBUILD	2017-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::::::



More information about the arch-commits mailing list