From: nbd Date: Sun, 13 Mar 2011 19:11:32 +0000 (+0000) Subject: base-files: add users ftp (for ftp servers), network (network related daemons such... X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=a2875cd13f86685b2d1dc998529bf483102bc8fe base-files: add users ftp (for ftp servers), network (network related daemons such as tor, quagga, ...) (backport of r26138) git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26139 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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