From: Felix Fietkau <nbd@openwrt.org>
Date: Sun, 13 Mar 2011 19:10:28 +0000 (+0000)
Subject: base-files: add users ftp (for ftp servers), network (network related daemons such... 
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=c33f2efbb277ae2881df98f3556ba8e5b3df8e32;p=openwrt%2Fstaging%2Faparcar.git

base-files: add users ftp (for ftp servers), network (network related daemons such as tor, quagga, ...)

SVN-Revision: 26138
---

diff --git a/package/base-files/files/etc/passwd b/package/base-files/files/etc/passwd
index d49942dd79..bc6309df50 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