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: https://git.archive.openwrt.org/?a=commitdiff_plain;ds=sidebyside;h=be6fa77dfb609d401a0c6cb5f2c7066438b14fe9;p=openwrt.git 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 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