aboutsummaryrefslogtreecommitdiff
path: root/net/tac_plus4
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-01-02 18:09:45 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-01-02 18:09:45 +0000
commit33bd34f1672cfca9cb5132120e6faa1d05e55217 (patch)
tree69650a2f04508c6881a87fb4cf8681284f662aaf /net/tac_plus4
parent77ed081a298e0c04e9047836097c112cd0507881 (diff)
downloadports-33bd34f1672cfca9cb5132120e6faa1d05e55217.tar.gz
ports-33bd34f1672cfca9cb5132120e6faa1d05e55217.zip
Install the generate_passwd program mentioned in the users guide. This tool
can be used to generate DES passwords for use in tac_plus.conf. Submitted by: John <strgout@unixjunkie.com>
Notes
Notes: svn path=/head/; revision=72249
Diffstat (limited to 'net/tac_plus4')
-rw-r--r--net/tac_plus4/Makefile3
-rw-r--r--net/tac_plus4/pkg-plist1
2 files changed, 3 insertions, 1 deletions
diff --git a/net/tac_plus4/Makefile b/net/tac_plus4/Makefile
index e3cd359ac932..5e9c9b60f860 100644
--- a/net/tac_plus4/Makefile
+++ b/net/tac_plus4/Makefile
@@ -7,7 +7,7 @@
PORTNAME= tac_plus
PORTVERSION= F4.0.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= ftp://ftp-eng.cisco.com/pub/tacacs/
DISTNAME= tac_plus.F4.0.4.alpha
@@ -49,6 +49,7 @@ MAKE_ENV+= WITH_OPIE=1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tac_plus ${PREFIX}/sbin
+ ${INSTALL_PROGRAM} ${WRKSRC}/generate_passwd ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/tac_plus.1 ${PREFIX}/man/man1/tac_plus.1
${INSTALL_DATA} ${FILESDIR}/tac_plus.conf.example ${PREFIX}/etc/
@if [ ! -f ${PREFIX}/etc/rc.d/tac_plus.sh ]; then \
diff --git a/net/tac_plus4/pkg-plist b/net/tac_plus4/pkg-plist
index 9193e7af0a92..fbd96b8484a3 100644
--- a/net/tac_plus4/pkg-plist
+++ b/net/tac_plus4/pkg-plist
@@ -1,3 +1,4 @@
+bin/generate_passwd
etc/rc.d/tac_plus.sh
etc/tac_plus.conf.example
sbin/tac_plus