# HG changeset patch # User Christophe Lincoln # Date 1210849380 -7200 # Node ID ae90f5d464793c803d3efb8e01baa9517ca6301d # Parent a213548c6d8c9a93506d3033908f5797a3b71182 Give name to accounts (/etc/passwd) diff -r a213548c6d8c -r ae90f5d46479 rootfs/etc/passwd --- a/rootfs/etc/passwd Tue May 13 01:02:07 2008 +0200 +++ b/rootfs/etc/passwd Thu May 15 13:03:00 2008 +0200 @@ -1,3 +1,3 @@ -root:x:0:0:root:/root:/bin/sh -nobody:x:99:99:nobody:/bin/false -www:x:80:80:www:/var/www:/bin/false +root:x:0:0:Root Administrator:/root:/bin/sh +nobody:x:99:99:Unprivileged User:/dev/null:/bin/false +www:x:80:80:Web Server User:/var/www:/bin/false