From: blogic 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.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=be6fa77dfb609d401a0c6cb5f2c7066438b14fe9 make the system have a daemon user by default git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10293 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/base-files/files/etc/passwd b/package/base-files/files/etc/passwd index 6fe6ab5ad..d49942dd7 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