From e6beafd1cf279b67b0454519c613c2f845bb065b Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sat, 13 Mar 2004 10:39:59 +0000 Subject: Address some oddities on 4.x: work around NSS support missing; the separate knob for Kerberos is misleading, as it is necessary only for ADS support; the installation scripts renamed installed binaries to *.old. Also, delete the USE_OPENLDAP_VER?= line, it is not only not needed once you set USE_OPENLDAP=yes, it can positively interfere with LDAP version bumps PR: ports/64057 Submitted by: Timur I. Bakeyev (maintainer) Reviewd by: eik --- net/samba3/files/patch-script_installbin.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net/samba3/files/patch-script_installbin.sh (limited to 'net/samba3/files/patch-script_installbin.sh') diff --git a/net/samba3/files/patch-script_installbin.sh b/net/samba3/files/patch-script_installbin.sh new file mode 100644 index 000000000000..66a0577eeb16 --- /dev/null +++ b/net/samba3/files/patch-script_installbin.sh @@ -0,0 +1,12 @@ +--- script/installbin.sh.orig Tue Mar 9 15:33:32 2004 ++++ script/installbin.sh Tue Mar 9 15:35:43 2004 +@@ -17,8 +17,7 @@ + p2=`basename $p` + echo Installing $p as $BINDIR/$p2 + if [ -f $BINDIR/$p2 ]; then +- rm -f $BINDIR/$p2.old +- mv $BINDIR/$p2 $BINDIR/$p2.old ++ rm -f $BINDIR/$p2 $BINDIR/$p2.old + fi + cp $p $BINDIR/ + chmod $INSTALLPERMS $BINDIR/$p2 -- cgit v1.2.3