diff options
author | spdawson@gmail.com <spdawson@gmail.com> | 2012-04-20 00:08:55 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-04-26 15:22:15 +0200 |
commit | fe63b5925af2ce14fa20c4d5d92ce5d0789d909a (patch) | |
tree | da9d304c561d0b971c9d235a90473fd8fba398b4 | |
parent | 04bd5067a2689e86a1928afac0aa3703114cd782 (diff) |
Add the www-data user group to the skeleton target filesystem
The www-data user is defined in fs/skeleton/etc/passwd, with gid 33. But
gid 33 is not present in the group file.
Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | fs/skeleton/etc/group | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/skeleton/etc/group b/fs/skeleton/etc/group index cd4ca7942..8fc486d1a 100644 --- a/fs/skeleton/etc/group +++ b/fs/skeleton/etc/group @@ -7,6 +7,7 @@ tty:x:5: disk:x:6: wheel:x:10:root audio:x:29: +www-data:x:33: utmp:x:43: staff:x:50: lock:x:54: |