diff options
author | John Crispin <blogic@openwrt.org> | 2008-01-28 18:16:00 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2008-01-28 18:16:00 +0000 |
commit | 9337d3de3c936d0a77cf3e348e282f0754ab4dd0 (patch) | |
tree | d86243e3601aa7b34653823391eb27af2ca9378f | |
parent | 83f31ca4bcba982688dcf4291949695b3fc7971a (diff) | |
download | upstream-9337d3de3c936d0a77cf3e348e282f0754ab4dd0.tar.gz upstream-9337d3de3c936d0a77cf3e348e282f0754ab4dd0.tar.bz2 upstream-9337d3de3c936d0a77cf3e348e282f0754ab4dd0.zip |
make the system have a daemon user by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10293 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/base-files/files/etc/passwd | 1 |
1 files changed, 1 insertions, 0 deletions
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 |