]> git.pld-linux.org Git - projects/setup.git/commitdiff
changed $HOME of stats an nobody users to /usr/share/empty. It is because of
authorpawelz <pawelz@pld-linux.org>
Thu, 25 Mar 2010 13:37:59 +0000 (13:37 +0000)
committerpawelz <pawelz@pld-linux.org>
Thu, 25 Mar 2010 13:37:59 +0000 (13:37 +0000)
davfs2, which does not allow non-root user to mount filesystem into $HOME of
another user, so it won't work if any user has "/" as its home. Note that it
does not introduce dependency from package containing /usr/share/empty
directory.  These users don't use their $HOME so it don't have to be real
directory.

Changed files:
    etc/passwd -> 1.15

etc/passwd

index 2fe3973fe150ab85b771b49c90a403b88061757e..2cb986ae748340cc5080ad5f6338c3ff1f99fc06 100644 (file)
@@ -13,5 +13,5 @@ operator:*:11:0:operator:/root:/bin/false
 games:*:12:20:games:/usr/games:/bin/false
 ftp:*:14:50:FTP User:/home/services/ftp:/bin/false
 http:*:51:51:HTTP User:/home/services/httpd:/bin/false
-stats:*:123:123:Statistics generator user:/:/bin/false
-nobody:*:99:99:Nobody:/:/bin/false
+stats:*:123:123:Statistics generator user:/usr/share/empty:/bin/false
+nobody:*:99:99:Nobody:/usr/share/empty:/bin/false
This page took 0.160097 seconds and 4 git commands to generate.