From c33f2efbb277ae2881df98f3556ba8e5b3df8e32 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Sun, 13 Mar 2011 19:10:28 +0000
Subject: [PATCH] base-files: add users ftp (for ftp servers), network (network
 related daemons such as tor, quagga, ...)

SVN-Revision: 26138
---
 package/base-files/files/etc/passwd | 2 ++
 1 file changed, 2 insertions(+)

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
-- 
2.30.2