summaryrefslogtreecommitdiff
path: root/net/samba/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'net/samba/patches/patch-ag')
-rw-r--r--net/samba/patches/patch-ag23
1 files changed, 0 insertions, 23 deletions
diff --git a/net/samba/patches/patch-ag b/net/samba/patches/patch-ag
deleted file mode 100644
index 694decd58dc..00000000000
--- a/net/samba/patches/patch-ag
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-ag,v 1.2 2003/06/04 06:12:22 jlam Exp $
-
---- script/installbin.sh.orig Fri Jan 12 11:28:02 2001
-+++ script/installbin.sh
-@@ -11,7 +11,7 @@
- shift
- shift
-
--for d in $BASEDIR $BINDIR $LIBDIR $VARDIR $BASEDIR/private; do
-+for d in $BASEDIR $BINDIR $LIBDIR $VARDIR; do
- if [ ! -d $d ]; then
- mkdir $d
- if [ ! -d $d ]; then
-@@ -30,7 +30,9 @@
- mv $BINDIR/$p2 $BINDIR/$p2.old
- fi
- cp $p $BINDIR/
-+ strip $BINDIR/$p2
- chmod $INSTALLPERMS $BINDIR/$p2
-+ rm -f $BINDIR/$p2.old
-
- # this is a special case, mount needs this in a specific location
- if [ $p2 = smbmount ]; then