diff options
Diffstat (limited to 'security/pidentd/files/patch-ab')
-rw-r--r-- | security/pidentd/files/patch-ab | 25 |
1 files changed, 24 insertions, 1 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: |