aboutsummaryrefslogtreecommitdiffstats
path: root/security/pidentd
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-08-17 19:19:03 +0800
committerpeter <peter@FreeBSD.org>1996-08-17 19:19:03 +0800
commit4c1218ff01451de70c7547aab75488fdaf9e6ee7 (patch)
tree03c0d48e1b5203f58373ed1271ae924978e8a236 /security/pidentd
parent04c632e8c6e5e1a6c7c1405d49f5d193fc6f525c (diff)
downloadfreebsd-ports-gnome-4c1218ff01451de70c7547aab75488fdaf9e6ee7.tar.gz
freebsd-ports-gnome-4c1218ff01451de70c7547aab75488fdaf9e6ee7.tar.zst
freebsd-ports-gnome-4c1218ff01451de70c7547aab75488fdaf9e6ee7.zip
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
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