summaryrefslogtreecommitdiff
path: root/net-nds/tac_plus/files
diff options
context:
space:
mode:
Diffstat (limited to 'net-nds/tac_plus/files')
-rw-r--r--net-nds/tac_plus/files/tac_plus-4.0.4.19-deansification.patch10
-rw-r--r--net-nds/tac_plus/files/tac_plus-4.0.4.27a-parallelmake.patch11
-rw-r--r--net-nds/tac_plus/files/tac_plus.conf11
-rw-r--r--net-nds/tac_plus/files/tac_plus.conf241
-rw-r--r--net-nds/tac_plus/files/tac_plus.confd7
-rw-r--r--net-nds/tac_plus/files/tac_plus.confd26
-rw-r--r--net-nds/tac_plus/files/tac_plus.init22
-rw-r--r--net-nds/tac_plus/files/tac_plus.init220
8 files changed, 0 insertions, 128 deletions
diff --git a/net-nds/tac_plus/files/tac_plus-4.0.4.19-deansification.patch b/net-nds/tac_plus/files/tac_plus-4.0.4.19-deansification.patch
deleted file mode 100644
index 4a1f579c62e0..000000000000
--- a/net-nds/tac_plus/files/tac_plus-4.0.4.19-deansification.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/configure.in
-+++ b/configure.in
-@@ -126,7 +126,6 @@
-
- # compiler specifics
- AC_PROG_CC
--AM_C_PROTOTYPES
- AC_PROG_CPP
- AC_C_CONST
- AC_C_INLINE
diff --git a/net-nds/tac_plus/files/tac_plus-4.0.4.27a-parallelmake.patch b/net-nds/tac_plus/files/tac_plus-4.0.4.27a-parallelmake.patch
deleted file mode 100644
index d77c4714e384..000000000000
--- a/net-nds/tac_plus/files/tac_plus-4.0.4.27a-parallelmake.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -19,7 +19,7 @@
- tac_plus_SOURCES += aceclnt_fn.c
- endif
- tac_plus_LDFLAGS = -L$(top_srcdir)
--tac_plus_LDADD = $(WRAPLIBS) -ltacacs
-+tac_plus_LDADD = $(WRAPLIBS) libtacacs.la
-
- lib_LTLIBRARIES = libtacacs.la
- libtacacs_la_SOURCES = fdes.c maxsess.c md4.c md5.c packet.c
diff --git a/net-nds/tac_plus/files/tac_plus.conf b/net-nds/tac_plus/files/tac_plus.conf
deleted file mode 100644
index dfdf2186a816..000000000000
--- a/net-nds/tac_plus/files/tac_plus.conf
+++ /dev/null
@@ -1,11 +0,0 @@
-# You must configure tac_plus before use. At a minimum, you need a server
-# key and a user block, such as below.
-#
-# Please see tac_plus.conf(5) for more information.
-
-#key = kEy4U
-
-#user = youruser {
-# login = des ndkKAzNoc37VA
-# enable = des ndkKAzNoc37VA
-#}
diff --git a/net-nds/tac_plus/files/tac_plus.conf2 b/net-nds/tac_plus/files/tac_plus.conf2
deleted file mode 100644
index 406fff33b800..000000000000
--- a/net-nds/tac_plus/files/tac_plus.conf2
+++ /dev/null
@@ -1,41 +0,0 @@
-# You must configure tac_plus before use. At a minimum, you need a server
-# key and a user block, such as below.
-#
-# Please see tac_plus.conf(5) for more information.
-
-#key = kEy4U
-
-#user = youruser {
-# login = des ndkKAzNoc37VA
-# enable = des ndkKAzNoc37VA
-#}
-
-#user = youruser {
-# default service = permit
-# login = PAM
-# member = yourgroup
-#}
-
-# Cisco admins
-#group = ciscoadmins {
-# default service = permit
-# service = exec {
-# priv-lvl = 15
-# }
-#}
-
-
-# Cisco admins using an acl to allow specific devices
-#group = ciscoadmins {
-# default service = permit
-# acl = ciscodevices
-# service = exec {
-# priv-lvl = 15
-# }
-#}
-
-# Allows devices with specified IP address to talk to this TACACS+ server
-#acl = ciscodevices {
-# permit = 1.2.3.4$
-# deny = .*
-#}
diff --git a/net-nds/tac_plus/files/tac_plus.confd b/net-nds/tac_plus/files/tac_plus.confd
deleted file mode 100644
index 76f2af066703..000000000000
--- a/net-nds/tac_plus/files/tac_plus.confd
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Config file for /etc/init.d/tac_plus
-
-TAC_PLUS_OPTS="-d 248"
-
diff --git a/net-nds/tac_plus/files/tac_plus.confd2 b/net-nds/tac_plus/files/tac_plus.confd2
deleted file mode 100644
index 6e1dd5f9a01c..000000000000
--- a/net-nds/tac_plus/files/tac_plus.confd2
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Config file for /etc/init.d/tac_plus
-
-TAC_PLUS_OPTS=""
diff --git a/net-nds/tac_plus/files/tac_plus.init b/net-nds/tac_plus/files/tac_plus.init
deleted file mode 100644
index 23dcbe8f11ff..000000000000
--- a/net-nds/tac_plus/files/tac_plus.init
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-opts="start stop restart"
-
-depend() {
- need net
-}
-
-start() {
- ebegin "Starting tac_plus"
- start-stop-daemon --start --quiet --exec /usr/bin/tac_plus \
- -- -C /etc/tac_plus/tac_plus.conf ${TAC_PLUS_OPTS}
- eend $?
-}
-
-stop() {
- ebegin "Stopping tac_plus"
- start-stop-daemon --stop --quiet --pidfile /var/run/tac_plus.pid
- eend $?
-}
diff --git a/net-nds/tac_plus/files/tac_plus.init2 b/net-nds/tac_plus/files/tac_plus.init2
deleted file mode 100644
index 8787fa26b94c..000000000000
--- a/net-nds/tac_plus/files/tac_plus.init2
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
- need net
-}
-
-start() {
- ebegin "Starting tac_plus"
- start-stop-daemon --start --quiet --exec /usr/bin/tac_plus \
- -- -C /etc/tac_plus/tac_plus.conf ${TAC_PLUS_OPTS}
- eend $?
-}
-
-stop() {
- ebegin "Stopping tac_plus"
- start-stop-daemon --stop --quiet --pidfile /var/run/tac_plus.pid
- eend $?
-}