Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/postfix/examples/chroot-setup postfix-2.2.8



details:   https://anonhg.NetBSD.org/src/rev/9de2edbeea11
branches:  trunk
changeset: 586909:9de2edbeea11
user:      rpaulo <rpaulo%NetBSD.org@localhost>
date:      Thu Jan 05 02:03:43 2006 +0000

description:
postfix-2.2.8

diffstat:

 gnu/dist/postfix/examples/chroot-setup/LINUX2 |  8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diffs (31 lines):

diff -r 60152300285f -r 9de2edbeea11 gnu/dist/postfix/examples/chroot-setup/LINUX2
--- a/gnu/dist/postfix/examples/chroot-setup/LINUX2     Thu Jan 05 02:02:56 2006 +0000
+++ b/gnu/dist/postfix/examples/chroot-setup/LINUX2     Thu Jan 05 02:03:43 2006 +0000
@@ -42,6 +42,8 @@
 # Revision 1.4  2001/01/15 09:36:35  emma
 # add note it was successfully tested on Debian sid
 #
+# 20060101 /lib64 support by Keith Owens.
+#
 
 CP="cp -p"
 
@@ -62,6 +64,7 @@
 cd ${POSTFIX_DIR}
 
 mkdir -p etc lib usr/lib/zoneinfo
+test -d /lib64 && mkdir -p lib64
 
 # find localtime (SuSE 5.3 does not have /etc/localtime)
 lt=/etc/localtime
@@ -79,5 +82,10 @@
 cond_copy '/lib/libnss_*.so*' lib
 cond_copy '/lib/libresolv.so*' lib
 cond_copy '/lib/libdb.so*' lib
+if test -d /lib64; then
+  cond_copy '/lib64/libnss_*.so*' lib64
+  cond_copy '/lib64/libresolv.so*' lib64
+  cond_copy '/lib64/libdb.so*' lib64
+fi
 
 postfix reload



Home | Main Index | Thread Index | Old Index