ports/core (3.6): filesystem: add dhcpcd to passwd/group
commit 1b63a82ade4c63af1d2f50db5b0e98dd13bd875c Author: Juergen Daubert <jue@jue.li> Date: Fri Jun 26 12:26:18 2020 +0000 filesystem: add dhcpcd to passwd/group diff --git a/filesystem/group b/filesystem/group index a69f97da..fed14fd1 100644 --- a/filesystem/group +++ b/filesystem/group @@ -22,6 +22,7 @@ scanner::20: cdrom::21: input::22: kvm::23: +dhcpcd::24: nobody::99: messagebus::81: users::100: diff --git a/filesystem/passwd b/filesystem/passwd index 03ff4937..60a5d36a 100644 --- a/filesystem/passwd +++ b/filesystem/passwd @@ -4,5 +4,6 @@ daemon:x:2:2:daemon:/sbin: mail:x:8:12:mail:/var/spool/mail: ftp:x:14:11:ftp:/var/ftp: www:x:15:15:www:/var/www:/bin/false +dhcpcd:x:24:24:dhcpcd:/var/lib/dhcpcd:/bin/false messagebus:x:81:81::/var/empty:/bin/false nobody:x:99:99:nobody:/:
participants (1)
-
crux@crux.nu