From 7e4d3e19016aa78c8449e71d2cdda27ccb54cc97 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Thu, 9 Feb 2006 16:01:57 +0000 Subject: Put into rcorder --- examples/example/ezjail.flavour | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'examples') diff --git a/examples/example/ezjail.flavour b/examples/example/ezjail.flavour index c0e160f..8d96503 100755 --- a/examples/example/ezjail.flavour +++ b/examples/example/ezjail.flavour @@ -1,20 +1,20 @@ #!/bin/sh # +# BEFORE: DAEMON +# # ezjail flavour example # Hide -###### +####### # -# Prevent this script from being called over and over -# if something fails. +# Prevent this script from being called over and over if something fails. rm -f /etc/rc.d/ezjail-config.sh /ezjail.flavour # Groups ######### # -# You will probably start with some groups your users -# should be in +# You will probably start with some groups your users should be in # pw groupadd -q -n coders # -g 1004 # pw groupadd -q -n sales # -g 1005 @@ -22,9 +22,8 @@ rm -f /etc/rc.d/ezjail-config.sh /ezjail.flavour # Users ######## # -# You might want to add some users. -# The password is to be provided in the encrypted form -# as found in /etc/master.passwd +# 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 # echo -n '$1$p75bbfK.$Kz3dwkoVlgZrfLZdAXQt91' |\ @@ -46,15 +45,16 @@ rm -f /etc/rc.d/ezjail-config.sh /ezjail.flavour ########### # # Install all packages previously put to /pkg +# Remove package files afterwards [ -d /pkg ] && PACKAGESITE=file:// pkg_add -r /pkg/* rm -rf /pkg # Postinstall -################# +############## # -# Your own stuff here, for example set login shells -# that were only installed just before +# Your own stuff here, for example set login shells that were only +# installed just before # chpass -s /usr/local/bin/bash admin # pkg_add -r pico -- cgit v1.2.3