[arch-commits] Commit in filesystem/trunk (PKGBUILD passwd)

Dave Reisner dreisner at nymeria.archlinux.org
Wed Jun 4 14:43:58 UTC 2014


    Date: Wednesday, June 4, 2014 @ 16:43:58
  Author: dreisner
Revision: 214251

upgpkg: filesystem 2014.06-1

- use nologin rather than /bin/false for disabled accounts
- preemptively add systemd-network user/group

Modified:
  filesystem/trunk/PKGBUILD
  filesystem/trunk/passwd

----------+
 PKGBUILD |    8 ++++----
 passwd   |   18 +++++++++---------
 2 files changed, 13 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-04 13:57:12 UTC (rev 214250)
+++ PKGBUILD	2014-06-04 14:43:58 UTC (rev 214251)
@@ -2,8 +2,8 @@
 # Maintainer: Tom Gundersen <teg at jklm.no>
 
 pkgname=filesystem
-pkgver=2014.05
-pkgrel=2
+pkgver=2014.06
+pkgrel=1
 pkgdesc='Base filesystem'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -19,13 +19,13 @@
         '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'
+md5sums=('764dca1d786d43fbee33364ccbebfcd3'
          '7813c481156f6b280a3ba91fc6236368'
          '9e4533df61f0c82d6b2e2371f7376282'
          '4c4540eeb748bf1f71d631b8c1dcf0b3'
          'f28150d4c0b22a017be51b9f7f9977ed'
          '6e488ffecc8ba142c0cf7e2d7aeb832e'
-         '932af5f313265a774ec5995d9e720025'
+         '18a8a3564f40a28d8f9f6060001c6f9e'
          '2ef2429c2c98d0883906aa6f5363be80'
          '693c97f2c9a519bb97a17008e92c2b74'
          '1745349eb24ed21b4cfaa6f423bddb76'

Modified: passwd
===================================================================
--- passwd	2014-06-04 13:57:12 UTC (rev 214250)
+++ passwd	2014-06-04 14:43:58 UTC (rev 214251)
@@ -1,12 +1,12 @@
 root:x:0:0:root:/root:/bin/bash
-bin:x:1:1:bin:/bin:/bin/false
-daemon:x:2:2:daemon:/sbin:/bin/false
-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
+bin:x:1:1:bin:/bin:/usr/bin/nologin
+daemon:x:2:2:daemon:/sbin:/usr/bin/nologin
+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:/:/sbin/nologin
 dbus:x:81:81:dbus:/:/sbin/nologin
-nobody:x:99:99:nobody:/:/bin/false
-systemd-journal-gateway:x:191:191:systemd-journal-gateway:/:/bin/false
-systemd-timesync:x:192:192:systemd-timesync:/:/bin/false
-systemd-network:x:193:193:systemd-network:/:/bin/false
+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
+systemd-network:x:193:193:systemd-network:/:/usr/bin/nologin




More information about the arch-commits mailing list