diff options
author | adam <adam@FreeBSD.org> | 1996-02-09 12:01:29 +0000 |
---|---|---|
committer | adam <adam@FreeBSD.org> | 1996-02-09 12:01:29 +0000 |
commit | c545fe779c58d5d3c3851b526e972ad962cf07f9 (patch) | |
tree | 7c60f33f4f61b83adf92aee9d873fed7d9f90614 /security | |
parent | 0430e58417cb1ffb50382ab1acd8ba038a2f04f5 (diff) | |
download | FreeBSD-ports-c545fe779c58d5d3c3851b526e972ad962cf07f9.zip FreeBSD-ports-c545fe779c58d5d3c3851b526e972ad962cf07f9.tar.gz |
update to latest version. old version was gone from the master site.
some FreeBSD patches now in the main distribution.
Reviewed by:torstenb
Diffstat (limited to 'security')
-rw-r--r-- | security/pidentd/files/patch-ab | 11 | ||||
-rw-r--r-- | security/pidentd/files/patch-ac | 4 |
2 files changed, 9 insertions, 6 deletions
diff --git a/security/pidentd/files/patch-ab b/security/pidentd/files/patch-ab index 2779a33..62a66aa 100644 --- a/security/pidentd/files/patch-ab +++ b/security/pidentd/files/patch-ab @@ -35,19 +35,22 @@ all: @echo "Please specify the type of system you wish to build for." *************** -*** 387,393 **** +*** 387,394 **** install: in.identd - cp identd.8 $(MANDIR)/identd.8 + cp identd.man $(MANDIR)/identd.$(MANSECT) + echo ".so man$(MANSECT)/identd.$(MANSECT)" > $(MANDIR)/in.identd.$(MANSECT) ! cp in.identd $(DESTDIR)/in.identd tests: (cd testdir ; make) ---- 387,393 ---- +--- 387,394 ---- install: in.identd - cp identd.8 $(MANDIR)/identd.8 + cp identd.man $(MANDIR)/identd.$(MANSECT) + echo ".so man$(MANSECT)/identd.$(MANSECT)" > $(MANDIR)/in.identd.$(MANSECT) ! cp in.identd $(DESTDIR)/identd tests: (cd testdir ; make) + cp in.identd $(DESTDIR)/in.identd diff --git a/security/pidentd/files/patch-ac b/security/pidentd/files/patch-ac index e79a495..664d08d 100644 --- a/security/pidentd/files/patch-ac +++ b/security/pidentd/files/patch-ac @@ -1,5 +1,5 @@ -*** identd.8.orig Thu Jul 27 21:18:14 1995 ---- identd.8 Thu Jul 27 21:16:53 1995 +*** identd.man.orig Thu Jul 27 21:18:14 1995 +--- identd.man Thu Jul 27 21:16:53 1995 *************** *** 6,12 **** .SH NAME |