diff options
author | Adam David <adam@FreeBSD.org> | 1996-02-09 12:01:29 +0000 |
---|---|---|
committer | Adam David <adam@FreeBSD.org> | 1996-02-09 12:01:29 +0000 |
commit | c499e873973daea3501085c3ea80383919f3100f (patch) | |
tree | b7f327900e101d4f373b2e9b71aaa4c50379214d /security/pidentd | |
parent | version 2.24 (diff) |
update to latest version. old version was gone from the master site.
some FreeBSD patches now in the main distribution.
Reviewed by:torstenb
Notes
Notes:
svn path=/head/; revision=2703
Diffstat (limited to 'security/pidentd')
-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 2779a331025f..62a66aa5dd17 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 e79a495da0ce..664d08da62cd 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 |