changeset 1267:cc56c6162563

Fix guest account.
author Rob Landley <rob@landley.net>
date Fri, 22 Oct 2010 18:36:01 -0500
parents 68da5da2a403
children 30bab195be94
files sources/root-filesystem/etc/group sources/root-filesystem/etc/passwd
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sources/root-filesystem/etc/group	Fri Oct 22 18:31:51 2010 -0500
+++ b/sources/root-filesystem/etc/group	Fri Oct 22 18:36:01 2010 -0500
@@ -1,2 +1,2 @@
 root:x:0:
-guest:x:1:
+guest:x:500:
--- a/sources/root-filesystem/etc/passwd	Fri Oct 22 18:31:51 2010 -0500
+++ b/sources/root-filesystem/etc/passwd	Fri Oct 22 18:36:01 2010 -0500
@@ -1,2 +1,2 @@
 root:x:0:0:root:/root:/bin/sh
-guest:x:1:1:root:/root:/bin/sh
+guest:x:500:500:guest:/home/guest:/bin/sh