summaryrefslogtreecommitdiff
path: root/news/inn/patches/patch-ad
diff options
context:
space:
mode:
authormatthias <matthias>1998-10-18 09:53:03 +0000
committermatthias <matthias>1998-10-18 09:53:03 +0000
commit1e8c037ce8d2eefce4a51dc0761c5b51c97b4599 (patch)
tree63913a9cd9ef3cf38a17e22781e9f1902e976115 /news/inn/patches/patch-ad
parent8cdc7bcf68dc71f30c5755c479b1b43781d75427 (diff)
downloadpkgsrc-1e8c037ce8d2eefce4a51dc0761c5b51c97b4599.tar.gz
Remove all patches that just remove $(LIBTOOL) from the install rules. The
result of these patches was that the libtool stub got installed instead of the real binary.
Diffstat (limited to 'news/inn/patches/patch-ad')
-rw-r--r--news/inn/patches/patch-ad16
1 files changed, 0 insertions, 16 deletions
diff --git a/news/inn/patches/patch-ad b/news/inn/patches/patch-ad
deleted file mode 100644
index c874b66a27a..00000000000
--- a/news/inn/patches/patch-ad
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ad,v 1.1 1998/09/05 03:21:11 garbled Exp $
---- innd/Makefile.orig Fri Aug 28 12:02:45 1998
-+++ innd/Makefile Fri Aug 28 12:03:29 1998
-@@ -24,10 +24,10 @@
- install: $D${PATHBIN}/innd $D${PATHBIN}/inndstart
-
- $D${PATHBIN}/innd: innd
-- $(LIBTOOL) ../installit.sh $(OWNER) -m 0550 -b .OLD innd $D${PATHBIN}/innd
-+ ../installit.sh $(OWNER) -m 0550 -b .OLD innd $D${PATHBIN}/innd
-
- $D${PATHBIN}/inndstart: inndstart
-- -$(LIBTOOL) ../installit.sh -O root -G $(NEWSGROUP) -m 4550 -b .OLD inndstart $D${PATHBIN}/inndstart
-+ -../installit.sh -O root -G $(NEWSGROUP) -m 4550 -b .OLD inndstart $D${PATHBIN}/inndstart
- @ME=`(whoami || /usr/ucb/whoami) 2> /dev/null` ;\
- if [ "X$$ME" = Xroot ]; then \
- echo $@ has been installed setuid root. ;\