projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef98919
)
package/base-files: /etc/passwd: fix uid number for user 'daemon' (conflicting with...
author
Nicolas Thill
<nico@openwrt.org>
Mon, 7 Nov 2011 11:02:55 +0000
(11:02 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Mon, 7 Nov 2011 11:02:55 +0000
(11:02 +0000)
SVN-Revision: 28799
package/base-files/files/etc/passwd
patch
|
blob
|
history
diff --git
a/package/base-files/files/etc/passwd
b/package/base-files/files/etc/passwd
index bc6309df50b12074a28bd8e2ff5a3df8a2a620d9..761c74a1635b9196631fa3c45b824707f240520e 100644
(file)
--- a/
package/base-files/files/etc/passwd
+++ b/
package/base-files/files/etc/passwd
@@
-1,5
+1,5
@@
root:!:0:0:root:/root:/bin/ash
+daemon:*:1:1:daemon:/var:/bin/false
ftp:*:55:55:ftp:/home/ftp:/bin/false
network:*:101:101:network:/var:/bin/false
nobody:*:65534:65534:nobody:/var:/bin/false
-daemon:*:65534:65534:daemon:/var:/bin/false