From 3c3b1d9e1b1b376b7883404b445a045c9c4c8b6c Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 17 Aug 1996 11:19:03 +0000 Subject: Dont install identconn or itest, installing itest requires root access, meaning it will silently fail if you (say) install as "bin". This makes the packaging break. (Will the package tools install the setuid-root binary anyway?) They were not particularly useful anyway, they are mainly diagnostic tools to parse the output of 'netstat' to see which users have what local connections open. Requested by: asami --- security/pidentd/files/patch-ab | 25 ++++++++++++++++++++++++- security/pidentd/pkg-plist | 2 -- 2 files changed, 24 insertions(+), 3 deletions(-) (limited to 'security') diff --git a/security/pidentd/files/patch-ab b/security/pidentd/files/patch-ab index 76b2b24f01d6..66939c4bb6f4 100644 --- a/security/pidentd/files/patch-ab +++ b/security/pidentd/files/patch-ab @@ -1,5 +1,5 @@ --- Makefile.orig Mon Aug 12 06:08:06 1996 -+++ Makefile Sat Aug 17 01:54:22 1996 ++++ Makefile Sat Aug 17 19:12:06 1996 @@ -18,9 +18,9 @@ MAKE=make @@ -28,3 +28,26 @@ #LDFLAGS=-L$(DESTROOT)/lib all: +@@ -527,18 +527,18 @@ + mv $@-t $@ + chmod 755 $@ + +-install: $(PREFIX)identd identd.$(MANSECT) identconn itest idecrypt ++install: $(PREFIX)identd identd.$(MANSECT) idecrypt # identconn itest + $(INSTALL) -m 644 identd.$(MANSECT) $(MANDIR) + if [ -n "$(PREFIX)" ] ; then \ + rm -f $(MANDIR)/$(PREFIX)identd.$(MANSECT) ; \ + echo ".so `basename $(MANDIR)`/identd.$(MANSECT)" > $(MANDIR)/$(PREFIX)identd.$(MANSECT) ; \ + fi + $(INSTALL) -m 755 $(PREFIX)identd $(DESTDIR) +- $(INSTALL) -m 755 identconn $(DESTROOT)/bin ++# $(INSTALL) -m 755 identconn $(DESTROOT)/bin + $(INSTALL) -m 644 idecrypt.man $(MANDIR)/idecrypt.$(MANSECT) + $(INSTALL) -m 755 idecrypt $(DESTDIR)/idecrypt +- @echo "The following command will fail it you are not Root." +- -$(INSTALL) -o root -g kmem -m 2555 itest $(DESTROOT)/bin ++# @echo "The following command will fail it you are not Root." ++# -$(INSTALL) -o root -g kmem -m 2555 itest $(DESTROOT)/bin + + + tests: diff --git a/security/pidentd/pkg-plist b/security/pidentd/pkg-plist index 36913771e23f..7d08e2138331 100644 --- a/security/pidentd/pkg-plist +++ b/security/pidentd/pkg-plist @@ -1,6 +1,4 @@ -sbin/identconn sbin/identd sbin/idecrypt -sbin/itest man/man8/identd.8.gz man/man8/idecrypt.8.gz -- cgit v1.2.3