~ubuntu-branches/ubuntu/hoary/postfix/hoary-security

« back to all changes in this revision

Viewing changes to examples/chroot-setup/AIX42

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2004-10-06 11:50:33 UTC
  • Revision ID: james.westby@ubuntu.com-20041006115033-ooo6yfg6kmoteu04
Tags: upstream-2.1.3
ImportĀ upstreamĀ versionĀ 2.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
umask 022
 
2
mkdir /var/spool/postfix/etc
 
3
chmod 755 /var/spool/postfix/etc
 
4
for i in /etc/environment /etc/netsvc.conf /etc/localtime
 
5
do
 
6
        test -e $i && cp $i /var/spool/postfix/etc
 
7
done
 
8
cp /etc/services /etc/resolv.conf /var/spool/postfix/etc
 
9
mkdir /var/spool/postfix/dev
 
10
chmod 755 /var/spool/postfix/dev
 
11
mknod /var/spool/postfix/dev/null c 2 2
 
12
chmod 666 /var/spool/postfix/dev/null