diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2018-06-15 00:03:49 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-06-15 09:00:28 +0200 |
commit | 086112c734c9b6018855be83798bcdaf61505c14 (patch) | |
tree | 216ed35cf5359876953ca387954ef58607a436ca /source/a/mkinitrd/_initrd-tree/etc/passwd | |
parent | 11b00957be9f8661c4248d52bb20cdacdd442615 (diff) | |
download | current-086112c734c9b6018855be83798bcdaf61505c14.tar.gz |
Fri Jun 15 00:03:49 UTC 201820180615000349
a/dcron-4.5-x86_64-8.txz: Rebuilt.
rc.crond: match the running process more accurately.
a/glibc-zoneinfo-2018e-noarch-3.txz: Rebuilt.
Don't emit an error if the /etc/localtime-copied-from is not present when
the package is initially installed.
a/libcgroup-0.41-x86_64-5.txz: Rebuilt.
Added /etc/cgconfig.d/ directory.
a/pkgtools-15.0-noarch-19.txz: Rebuilt.
installpkg, makebootdisk, removepkg, upgradepkg: don't try to remove admin
directories (supposedly "in case" they are a symlink).
a/sysvinit-scripts-2.1-noarch-12.txz: Rebuilt.
rc.6: stop haveged
rc.S: start rc.cgconfig and rc.cgred
ap/at-3.1.20-x86_64-5.txz: Rebuilt.
rc.atd: match the running process more accurately.
ap/slackpkg-2.83.0-noarch-2.txz: Rebuilt.
Patched to handle the case where /var/log/packages is a symlink.
l/gsl-2.5-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/a/mkinitrd/_initrd-tree/etc/passwd')
-rw-r--r-- | source/a/mkinitrd/_initrd-tree/etc/passwd | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/source/a/mkinitrd/_initrd-tree/etc/passwd b/source/a/mkinitrd/_initrd-tree/etc/passwd new file mode 100644 index 00000000..c8f6a72f --- /dev/null +++ b/source/a/mkinitrd/_initrd-tree/etc/passwd @@ -0,0 +1,25 @@ +root:x:0:0::/root:/bin/bash +bin:x:1:1:bin:/bin:/bin/false +daemon:x:2:2:daemon:/sbin:/bin/false +adm:x:3:4:adm:/var/log:/bin/false +lp:x:4:7:lp:/var/spool/lpd:/bin/false +sync:x:5:0:sync:/sbin:/bin/sync +shutdown:x:6:0:shutdown:/sbin:/sbin/shutdown +halt:x:7:0:halt:/sbin:/sbin/halt +mail:x:8:12:mail:/:/bin/false +news:x:9:13:news:/usr/lib/news:/bin/false +uucp:x:10:14:uucp:/var/spool/uucppublic:/bin/false +operator:x:11:0:operator:/root:/bin/bash +games:x:12:100:games:/usr/games:/bin/false +ftp:x:14:50::/home/ftp:/bin/false +smmsp:x:25:25:smmsp:/var/spool/clientmqueue:/bin/false +mysql:x:27:27:MySQL:/var/lib/mysql:/bin/false +rpc:x:32:32:RPC portmap user:/:/bin/false +sshd:x:33:33:sshd:/:/bin/false +gdm:x:42:42:GDM:/var/state/gdm:/bin/bash +oprofile:x:51:51:oprofile:/:/bin/false +apache:x:80:80:User for Apache:/srv/httpd:/bin/false +messagebus:x:81:81:User for D-BUS:/var/run/dbus:/bin/false +haldaemon:x:82:82:User for HAL:/var/run/hald:/bin/false +pop:x:90:90:POP:/:/bin/false +nobody:x:99:99:nobody:/:/bin/false |