summaryrefslogtreecommitdiff
path: root/gnu/dist/postfix/examples
diff options
context:
space:
mode:
authorperry <perry@NetBSD.org>2003-03-08 19:05:29 +0000
committerperry <perry@NetBSD.org>2003-03-08 19:05:29 +0000
commit59d07125ee9d00ca396be52e21c9cfcc7db032f2 (patch)
treebd4ba6a0c04d1edc518df392bfb13e0b19f8e340 /gnu/dist/postfix/examples
parent004ae0051408e939340fba68fbf53639cc2d625c (diff)
import postfix 2.0.6
Diffstat (limited to 'gnu/dist/postfix/examples')
-rw-r--r--gnu/dist/postfix/examples/chroot-setup/Solaris22
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