From e4b8affab58905efc9fdb5bc9c73a0e1e22f8622 Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 7 Nov 2011 11:02:55 +0000 Subject: [PATCH] package/base-files: /etc/passwd: fix uid number for user 'daemon' (conflicting with user 'nobody') git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28799 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/base-files/files/etc/passwd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0