mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
e6beafd1cf
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 <timur@gnu.org> (maintainer) Reviewd by: eik
13 lines
374 B
Bash
13 lines
374 B
Bash
--- script/installscripts.sh.orig Tue Mar 9 15:35:54 2004
|
|
+++ script/installscripts.sh Tue Mar 9 15:36:38 2004
|
|
@@ -25,8 +25,7 @@
|
|
p2=`basename $p`
|
|
echo Installing $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
|