diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-04-22 14:07:23 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-04-22 14:08:28 +0200 |
commit | cffe3b1895f3b0b1e0cb36e1f209794a9ac9557b (patch) | |
tree | 86084eec618da6832628511779d9af47fa5d4038 /fs/skeleton/etc/passwd | |
parent | af6b3ecf401935edfe613c2d90423f34bc38460e (diff) | |
download | buildroot-novena-cffe3b1895f3b0b1e0cb36e1f209794a9ac9557b.tar.gz buildroot-novena-cffe3b1895f3b0b1e0cb36e1f209794a9ac9557b.zip |
fs/skeleton: add ftp user/group
Needed by E.G. proftpd for the default (anonymous ftp) config.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'fs/skeleton/etc/passwd')
-rw-r--r-- | fs/skeleton/etc/passwd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/skeleton/etc/passwd b/fs/skeleton/etc/passwd index 377d4df5b..ed7006a29 100644 --- a/fs/skeleton/etc/passwd +++ b/fs/skeleton/etc/passwd @@ -10,6 +10,7 @@ backup:x:34:34:backup:/var/backups:/bin/sh operator:x:37:37:Operator:/var:/bin/sh haldaemon:x:68:68:hald:/:/bin/sh dbus:x:81:81:dbus:/var/run/dbus:/bin/sh +ftp:x:83:83:ftp:/home/ftp:/bin/sh nobody:x:99:99:nobody:/home:/bin/sh sshd:x:103:99:Operator:/var:/bin/sh default:x:1000:1000:Default non-root user:/home/default:/bin/sh |