Browse Source

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

SVN-Revision: 26138
Felix Fietkau 15 years ago
parent
commit
c33f2efbb2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/base-files/files/etc/passwd

+ 2 - 0
package/base-files/files/etc/passwd

@@ -1,3 +1,5 @@
 root:!:0:0:root:/root:/bin/ash
 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
 nobody:*:65534:65534:nobody:/var:/bin/false
 daemon:*:65534:65534:daemon:/var:/bin/false
 daemon:*:65534:65534:daemon:/var:/bin/false