aboutsummaryrefslogtreecommitdiff
path: root/net/radiusd-cistron
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-10-07 18:53:56 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-10-07 18:53:56 +0000
commitbae76a134e1981c1279d89eefb36e95fcbb17018 (patch)
treedc4fc138b5fcfab59e15cc90336b369be242b400 /net/radiusd-cistron
parent1dbc97232bba69c9547636801cf5a136ff11d9ce (diff)
downloadports-bae76a134e1981c1279d89eefb36e95fcbb17018.tar.gz
ports-bae76a134e1981c1279d89eefb36e95fcbb17018.zip
Notes
Diffstat (limited to 'net/radiusd-cistron')
-rw-r--r--net/radiusd-cistron/files/patch-radiusd.c18
1 files changed, 17 insertions, 1 deletions
diff --git a/net/radiusd-cistron/files/patch-radiusd.c b/net/radiusd-cistron/files/patch-radiusd.c
index 7bafe4d3c2b1..28cd4c6ecf1b 100644
--- a/net/radiusd-cistron/files/patch-radiusd.c
+++ b/net/radiusd-cistron/files/patch-radiusd.c
@@ -1,5 +1,21 @@
--- src/radiusd.c.orig Wed Jul 2 11:39:03 2003
-+++ src/radiusd.c Fri Jul 9 15:57:46 2004
++++ src/radiusd.c Sat Oct 7 20:51:28 2006
+@@ -46,6 +46,7 @@
+ char *radacct_dir;
+ int log_stripped_names;
+ int cache_passwd = 0;
++int radius_pid;
+ int use_dbm = 0;
+ int use_wtmp = 1;
+ int use_utmp = 1;
+@@ -72,7 +73,6 @@
+ static int acctfd;
+ static int spawn_flag;
+ static int acct_pid;
+-static int radius_pid;
+ static int need_reload = 0;
+ static time_t start_time;
+ static AUTH_REQ *first_request;
@@ -612,6 +612,7 @@
if ((cl = client_find(authreq->ipaddr)) == NULL) {
log(L_ERR, "packet from unknown client/host: %s",