summaryrefslogtreecommitdiff
path: root/security/pidentd
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-08-17 11:19:03 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-08-17 11:19:03 +0000
commit3c3b1d9e1b1b376b7883404b445a045c9c4c8b6c (patch)
treed67ccc13050c525180af74f9de0db10591d94806 /security/pidentd
parentAdjust the tclDP hack so that it doesn't depend on it being pre-installed (diff)
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
Notes
Notes: svn path=/head/; revision=3633
Diffstat (limited to 'security/pidentd')
-rw-r--r--security/pidentd/files/patch-ab25
-rw-r--r--security/pidentd/pkg-plist2
2 files changed, 24 insertions, 3 deletions
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