1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/net/tac_plus4/files
Andreas Klemm 828b215af2 From Sergey:
"Using tacacs I found that ckfinger() function from maxsess.c module
 returns wrong count of current sessions for users with "maxsess"
 parameter established in tac_plus.conf. It happens if Cisco access
 server works with IOS v 12.x.
 On the other hand ckfinger() works well with IOS v 11.x
 Here are patches for both maxsess.c and port's Makefile to fix
 this problem (but it is just workaround, ckfinger() should be
 fully rewritten)."
From me:
 changed variable name by prepending string "TAC_", so that tacacs+
 ports variables follow an unique scheme.
Please note: this doesn't compile with the new TAC_IOS_VERSION variable
if you have CFLAGS redefined in /etc/make.conf as:
CFLAGS=-pipe -O (or whatever)
You have to use
CFLAGS+=-pipe -O (or whatever)
Mailed to -developers. Am really not sure, what's the culprit here.
Fact is, that a part of CFLAGS get lost when compiling the port,
if you redefine CFLAGS in /etc/make.conf without the "+" sign ...
I personally removed my CFLAGS define in /etc/make.conf as it
defaults to -pipe -O, which is fine for me.

Submitted by:	Sergey E. Levov (serg@informika.ru)
2001-01-24 08:06:55 +00:00
..
extra-patch-ba Port update after repository copy 1999-11-10 07:37:21 +00:00
extra-patch-bb From Sergey: 2000-12-01 20:42:49 +00:00
patch-aa From Sergey: 2001-01-24 08:06:55 +00:00
patch-ab Bring it back again. 1999-10-14 20:26:00 +00:00
patch-ac Port update after repository copy 1999-11-10 07:37:21 +00:00
patch-ae Port update after repository copy 1999-11-10 07:37:21 +00:00
patch-af patch submission, cisco got a copy. 2000-08-02 16:37:22 +00:00
patch-maxsess.c From Sergey: 2001-01-24 08:06:55 +00:00
tac_plus.conf.example Port update after repository copy 1999-11-10 07:37:21 +00:00
tac_plus.sh As threatened on freebsd-ports: all startup scripts know about the two 2000-07-05 12:37:06 +00:00