From: John Crispin Date: Mon, 28 Jan 2008 18:16:00 +0000 (+0000) Subject: make the system have a daemon user by default X-Git-Tag: reboot~27162 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=5f713d6adb6eea0707716abb51455489282150cf;p=openwrt%2Fstaging%2Fchunkeey.git make the system have a daemon user by default SVN-Revision: 10293 --- diff --git a/package/base-files/files/etc/passwd b/package/base-files/files/etc/passwd index 6fe6ab5ad4..d49942dd79 100644 --- a/package/base-files/files/etc/passwd +++ b/package/base-files/files/etc/passwd @@ -1,2 +1,3 @@ root:!:0:0:root:/root:/bin/ash nobody:*:65534:65534:nobody:/var:/bin/false +daemon:*:65534:65534:daemon:/var:/bin/false