From 7e33d9c0fcec5b1df3afd481d373e4ff8ecc3466 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Fri, 10 Feb 2006 15:33:41 +0000 Subject: explain more. --- examples/example/ezjail.flavour | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'examples/example') diff --git a/examples/example/ezjail.flavour b/examples/example/ezjail.flavour index 8d96503..71bbcdc 100755 --- a/examples/example/ezjail.flavour +++ b/examples/example/ezjail.flavour @@ -23,15 +23,16 @@ rm -f /etc/rc.d/ezjail-config.sh /ezjail.flavour ######## # # You might want to add some users. The password is to be provided in the -# encrypted form as found in /etc/master.passwd -# refer to pw(8) for more information +# encrypted form as found in /etc/master.passwd. +# The example password here is "admin" +# Refer to crypt(3) and pw(8) for more information # echo -n '$1$p75bbfK.$Kz3dwkoVlgZrfLZdAXQt91' |\ -# pw useradd -n admin -u 1001 -s /bin/sh -m -d$ /home/admin -G wheel -c 'Admin User' -H 0 +# pw useradd -n admin -u 1001 -s /bin/sh -m -d /home/admin -G wheel -c 'Admin User' -H 0 # echo -n '$1$p75bbfK.$Kz3dwkoVlgZrfLZdAXQt91' |\ -# pw useradd -n saag -u 1002 -s /bin/sh -m -d$ /home/saag -G coders -c 'Mutton Saag' -H 0 +# pw useradd -n saag -u 1002 -s /bin/sh -m -d /home/saag -G coders -c 'Mutton Saag' -H 0 # echo -n '$1$p75bbfK.$Kz3dwkoVlgZrfLZdAXQt91' |\ -# pw useradd -n mac -u 1002 -s /bin/sh -m -d$ /home/mac -G sales -c 'Big Mac' -H 0 +# pw useradd -n mac -u 1002 -s /bin/sh -m -d /home/mac -G sales -c 'Big Mac' -H 0 # Files ######## -- cgit v1.2.3