diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-03-13 19:04:32 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-03-13 19:04:32 +0000 |
commit | f5c130cfda35cca7619febaf7255c125b23bfb56 (patch) | |
tree | 12de03b51bc6f509da5a010cb714057d467c5557 /package/base-files/files | |
parent | 554cbe7f18cfb6e2a47bc1fdc0056705b0e0a7b5 (diff) | |
download | upstream-f5c130cfda35cca7619febaf7255c125b23bfb56.tar.gz upstream-f5c130cfda35cca7619febaf7255c125b23bfb56.tar.bz2 upstream-f5c130cfda35cca7619febaf7255c125b23bfb56.zip |
base-files: add an ftp group as well
SVN-Revision: 26136
Diffstat (limited to 'package/base-files/files')
-rw-r--r-- | package/base-files/files/etc/group | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/files/etc/group b/package/base-files/files/etc/group index b5201ea2c9..d36685139a 100644 --- a/package/base-files/files/etc/group +++ b/package/base-files/files/etc/group @@ -4,6 +4,7 @@ adm:x:4: mail:x:8: audio:x:29: www-data:x:33: +ftp:x:55: users:x:100: network:x:101: nogroup:x:65534: |