diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-13 19:10:28 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-13 19:10:28 +0000 |
commit | 39ab13caff737bf2b582ba7d16610d4805474f31 (patch) | |
tree | 4bae5d97902a29fc574861a94025ed7f47daa422 /package/base-files/files/etc | |
parent | 55291327c345aa16d2f75aa27c7cf3455616fbb0 (diff) |
base-files: add users ftp (for ftp servers), network (network related daemons such as tor, quagga, ...)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26138 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files/etc')
-rw-r--r-- | package/base-files/files/etc/passwd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/base-files/files/etc/passwd b/package/base-files/files/etc/passwd index d49942dd7..bc6309df5 100644 --- a/package/base-files/files/etc/passwd +++ b/package/base-files/files/etc/passwd @@ -1,3 +1,5 @@ root:!:0:0:root:/root:/bin/ash +ftp:*:55:55:ftp:/home/ftp:/bin/false +network:*:101:101:network:/var:/bin/false nobody:*:65534:65534:nobody:/var:/bin/false daemon:*:65534:65534:daemon:/var:/bin/false |