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-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=213117fc382ea93eda2e1b50e9ed7cc33b17100a 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