summaryrefslogtreecommitdiff
path: root/examples/example/ezjail.flavour
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2006-02-10 15:33:41 +0000
committererdgeist <erdgeist@erdgeist.org>2006-02-10 15:33:41 +0000
commit7e33d9c0fcec5b1df3afd481d373e4ff8ecc3466 (patch)
tree068672eba432b147a5bc6c0ddc5ddf5c0acc606e /examples/example/ezjail.flavour
parent532ac61d6282272bf2b460300f5e8b56aea4b5ad (diff)
explain more.
Diffstat (limited to 'examples/example/ezjail.flavour')
-rwxr-xr-xexamples/example/ezjail.flavour11
1 files changed, 6 insertions, 5 deletions
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
23######## 23########
24# 24#
25# You might want to add some users. The password is to be provided in the 25# You might want to add some users. The password is to be provided in the
26# encrypted form as found in /etc/master.passwd 26# encrypted form as found in /etc/master.passwd.
27# refer to pw(8) for more information 27# The example password here is "admin"
28# Refer to crypt(3) and pw(8) for more information
28 29
29# echo -n '$1$p75bbfK.$Kz3dwkoVlgZrfLZdAXQt91' |\ 30# echo -n '$1$p75bbfK.$Kz3dwkoVlgZrfLZdAXQt91' |\
30# pw useradd -n admin -u 1001 -s /bin/sh -m -d$ /home/admin -G wheel -c 'Admin User' -H 0 31# pw useradd -n admin -u 1001 -s /bin/sh -m -d /home/admin -G wheel -c 'Admin User' -H 0
31# echo -n '$1$p75bbfK.$Kz3dwkoVlgZrfLZdAXQt91' |\ 32# echo -n '$1$p75bbfK.$Kz3dwkoVlgZrfLZdAXQt91' |\
32# pw useradd -n saag -u 1002 -s /bin/sh -m -d$ /home/saag -G coders -c 'Mutton Saag' -H 0 33# pw useradd -n saag -u 1002 -s /bin/sh -m -d /home/saag -G coders -c 'Mutton Saag' -H 0
33# echo -n '$1$p75bbfK.$Kz3dwkoVlgZrfLZdAXQt91' |\ 34# echo -n '$1$p75bbfK.$Kz3dwkoVlgZrfLZdAXQt91' |\
34# pw useradd -n mac -u 1002 -s /bin/sh -m -d$ /home/mac -G sales -c 'Big Mac' -H 0 35# pw useradd -n mac -u 1002 -s /bin/sh -m -d /home/mac -G sales -c 'Big Mac' -H 0
35 36
36# Files 37# Files
37######## 38########