From: Nicolas Thill Date: Mon, 7 Nov 2011 11:02:55 +0000 (+0000) Subject: package/base-files: /etc/passwd: fix uid number for user 'daemon' (conflicting with... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=973f724b064a4801c8d94e317a8f03bd0d910a59;hp=0a947fa4e69ba98538196bb619497316a7791bbe package/base-files: /etc/passwd: fix uid number for user 'daemon' (conflicting with user 'nobody') SVN-Revision: 28799 --- diff --git a/package/base-files/files/etc/passwd b/package/base-files/files/etc/passwd index bc6309df50..761c74a163 100644 --- 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