diff options
| author | perry <perry@NetBSD.org> | 2003-03-08 19:05:29 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 2003-03-08 19:05:29 +0000 |
| commit | 59d07125ee9d00ca396be52e21c9cfcc7db032f2 (patch) | |
| tree | bd4ba6a0c04d1edc518df392bfb13e0b19f8e340 /gnu/dist/postfix/examples | |
| parent | 004ae0051408e939340fba68fbf53639cc2d625c (diff) | |
import postfix 2.0.6
Diffstat (limited to 'gnu/dist/postfix/examples')
| -rw-r--r-- | gnu/dist/postfix/examples/chroot-setup/Solaris2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/dist/postfix/examples/chroot-setup/Solaris2 b/gnu/dist/postfix/examples/chroot-setup/Solaris2 index 2508f73abcf..024492cc3c1 100644 --- a/gnu/dist/postfix/examples/chroot-setup/Solaris2 +++ b/gnu/dist/postfix/examples/chroot-setup/Solaris2 @@ -25,7 +25,7 @@ fi for dir in etc/default etc/inet dev usr/lib usr/share/lib/zoneinfo ; do if [ ! -d ${CHROOT}/${dir} ]; then mkdir -p ${CHROOT}/${dir} ; fi done -chmod -R 755 ${CHROOT} +#chmod -R 755 ${CHROOT} # AFS support. if [ "`echo $CHROOT | cut -c1-4`" = "/afs" ]; then |
