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: https://git.archive.openwrt.org/?a=commitdiff_plain;h=9337d3de3c936d0a77cf3e348e282f0754ab4dd0;p=15.05%2Fopenwrt.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