1 *******************************************************************
2 # setup chroot jail for OSF1
7 #Default POSTFIX_DIR = /var/spool/postfix
8 #Else set POSTFIX_DIR in environment
10 POSTFIX_DIR=${POSTFIX_DIR-/var/spool/postfix}
14 cp /etc/svc.conf /etc/services /etc/resolv.conf etc
16 # The following line added to make the timestamps in syslog to be correct.
19 cp -r /etc/zoneinfo etc
21 #*******************************************************************