- (stevesk) [README.privsep] minor updates
diff --git a/README.privsep b/README.privsep
index 6c798f3..12b9cb2 100644
--- a/README.privsep
+++ b/README.privsep
@@ -12,7 +12,7 @@
 compression must be disabled in order for privilege separation to 
 function.
 
-When privsep is enabled, the pre-authentication sshd process will
+When privsep is enabled, during the pre-authentication phase sshd will
 chroot(2) to "/var/empty" and change its privileges to the "sshd" user
 and its primary group.  You should do something like the following to
 prepare the privsep preauth environment:
@@ -21,7 +21,7 @@
 	# chown root:sys /var/empty
 	# chmod 755 /var/empty
 	# groupadd sshd
-	# useradd -g sshd sshd
+	# useradd -g sshd -c 'sshd privsep' -d /var/empty sshd
 
 If you are on UnixWare 7 or OpenUNIX 8 do this additional step.
 	# ln /usr/lib/.ns.so /usr/lib/ns.so.1
@@ -57,4 +57,4 @@
 process 6917 is the privileged monitor process, 6919 is the user owned
 sshd process and 6921 is the shell process.
 
-$Id: README.privsep,v 1.7 2002/06/21 14:48:02 djm Exp $
+$Id: README.privsep,v 1.8 2002/06/24 16:49:22 stevesk Exp $