diff options
author | 2015-08-08 13:49:04 -0700 | |
---|---|---|
committer | 2015-08-08 17:38:18 -0700 | |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /net-nds/tac_plus/files | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'net-nds/tac_plus/files')
-rw-r--r-- | net-nds/tac_plus/files/tac_plus-4.0.4.19-deansification.patch | 11 | ||||
-rw-r--r-- | net-nds/tac_plus/files/tac_plus-4.0.4.19-parallelmake.patch | 13 | ||||
-rw-r--r-- | net-nds/tac_plus/files/tac_plus-4.0.4.27a-deansification.patch | 11 | ||||
-rw-r--r-- | net-nds/tac_plus/files/tac_plus-4.0.4.27a-parallelmake.patch | 12 | ||||
-rw-r--r-- | net-nds/tac_plus/files/tac_plus.conf | 12 | ||||
-rw-r--r-- | net-nds/tac_plus/files/tac_plus.conf2 | 41 | ||||
-rw-r--r-- | net-nds/tac_plus/files/tac_plus.confd | 8 | ||||
-rw-r--r-- | net-nds/tac_plus/files/tac_plus.confd2 | 7 | ||||
-rw-r--r-- | net-nds/tac_plus/files/tac_plus.init | 23 | ||||
-rw-r--r-- | net-nds/tac_plus/files/tac_plus.init2 | 21 |
10 files changed, 159 insertions, 0 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 new file mode 100644 index 000000000000..4dbc33707263 --- /dev/null +++ b/net-nds/tac_plus/files/tac_plus-4.0.4.19-deansification.patch @@ -0,0 +1,11 @@ +diff -uNr tacacs+-F4.0.4.19.ORIG/configure.in tacacs+-F4.0.4.19/configure.in +--- tacacs+-F4.0.4.19.ORIG/configure.in 2013-02-28 21:26:31.724310410 +0000 ++++ tacacs+-F4.0.4.19/configure.in 2013-02-28 21:26:41.936309960 +0000 +@@ -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.19-parallelmake.patch b/net-nds/tac_plus/files/tac_plus-4.0.4.19-parallelmake.patch new file mode 100644 index 000000000000..556f75806fbd --- /dev/null +++ b/net-nds/tac_plus/files/tac_plus-4.0.4.19-parallelmake.patch @@ -0,0 +1,13 @@ +Index: tacacs+-F4.0.4.19/Makefile.am +=================================================================== +--- tacacs+-F4.0.4.19.orig/Makefile.am ++++ tacacs+-F4.0.4.19/Makefile.am +@@ -16,7 +16,7 @@ if TACSKEY + tac_plus_SOURCES += skey_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 = md4.c md5.c packet.c diff --git a/net-nds/tac_plus/files/tac_plus-4.0.4.27a-deansification.patch b/net-nds/tac_plus/files/tac_plus-4.0.4.27a-deansification.patch new file mode 100644 index 000000000000..ee1bcb231838 --- /dev/null +++ b/net-nds/tac_plus/files/tac_plus-4.0.4.27a-deansification.patch @@ -0,0 +1,11 @@ +diff -uNr tacacs+-F4.0.4.27a.ORIG/configure.in tacacs+-F4.0.4.27a/configure.in +--- tacacs+-F4.0.4.27a.ORIG/configure.in 2015-03-25 11:13:06.976024203 +0000 ++++ tacacs+-F4.0.4.27a/configure.in 2015-03-25 11:13:36.816025689 +0000 +@@ -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 new file mode 100644 index 000000000000..c75a05b0cd12 --- /dev/null +++ b/net-nds/tac_plus/files/tac_plus-4.0.4.27a-parallelmake.patch @@ -0,0 +1,12 @@ +diff -uNr tacacs+-F4.0.4.27a.ORIG/Makefile.am tacacs+-F4.0.4.27a/Makefile.am +--- tacacs+-F4.0.4.27a.ORIG/Makefile.am 2015-03-25 11:10:26.821016226 +0000 ++++ tacacs+-F4.0.4.27a/Makefile.am 2015-03-25 11:11:04.954018126 +0000 +@@ -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 new file mode 100644 index 000000000000..83403e0bc1cc --- /dev/null +++ b/net-nds/tac_plus/files/tac_plus.conf @@ -0,0 +1,12 @@ +# 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 new file mode 100644 index 000000000000..617e34420281 --- /dev/null +++ b/net-nds/tac_plus/files/tac_plus.conf2 @@ -0,0 +1,41 @@ +# 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 new file mode 100644 index 000000000000..95d293b370ef --- /dev/null +++ b/net-nds/tac_plus/files/tac_plus.confd @@ -0,0 +1,8 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# 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 new file mode 100644 index 000000000000..9614bda7a605 --- /dev/null +++ b/net-nds/tac_plus/files/tac_plus.confd2 @@ -0,0 +1,7 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# 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 new file mode 100644 index 000000000000..28de144b48f6 --- /dev/null +++ b/net-nds/tac_plus/files/tac_plus.init @@ -0,0 +1,23 @@ +#!/sbin/runscript +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 new file mode 100644 index 000000000000..59ea76d39831 --- /dev/null +++ b/net-nds/tac_plus/files/tac_plus.init2 @@ -0,0 +1,21 @@ +#!/sbin/runscript +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 $? +} |