View | Details | Raw Unified | Return to bug 63418
Collapse All | Expand All

(-)Makefile (-4 lines)
Lines 23-32 Link Here
23
23
24
.include <bsd.port.pre.mk>
24
.include <bsd.port.pre.mk>
25
25
26
.if ${OSVERSION} >= 500113
27
BROKEN=		"Does not compile on FreeBSD ${OSVERSION}"
28
.endif
29
30
do-install:
26
do-install:
31
	${INSTALL_PROGRAM} ${WRKSRC}/tac_plus ${PREFIX}/sbin
27
	${INSTALL_PROGRAM} ${WRKSRC}/tac_plus ${PREFIX}/sbin
32
	${INSTALL_MAN} ${WRKSRC}/tac_plus.1 ${PREFIX}/man/man1/tac_plus.1
28
	${INSTALL_MAN} ${WRKSRC}/tac_plus.1 ${PREFIX}/man/man1/tac_plus.1
(-)files/patch-ag (-19 / +20 lines)
Lines 1-19 Link Here
1
*** tac_plus.h	Mon Dec 18 17:58:02 2000
1
--- tac_plus.h.orig	Mon Dec 18 11:58:02 2000
2
--- ../../tac_plus.F5.0.0.alpha/tac_plus.h	Sun Jan 20 20:24:55 2002
2
+++ tac_plus.h	Thu Feb 26 17:30:18 2004
3
***************
3
@@ -70,7 +70,7 @@
4
*** 70,76 ****
4
  */
5
   */
5
 /* #define REARMSIGNAL */
6
  /* #define REARMSIGNAL */
6
 
7
  
7
-#define VERSION "F4.0.3.alpha.v7(DB&PAM support)"
8
! #define VERSION "F4.0.3.alpha.v7(DB&PAM support)"
8
+#define VERSION "F4.0.3.alpha.v7(DB,PAM&libradius support - incl. mmersbers patches!)"
9
  
9
 
10
  /*
10
 /*
11
   * System definitions. 
11
  * System definitions. 
12
--- 70,76 ----
12
@@ -681,7 +681,7 @@
13
   */
13
 extern char *cfg_get_global_secret();
14
  /* #define REARMSIGNAL */
14
 #ifdef USE_PAM
15
  
15
 extern char *cfg_get_pam_service();
16
! #define VERSION "F4.0.3.alpha.v7(DB,PAM&libradius support - incl. mmersbers patches!)"
16
-#endif / *PAM */ 
17
  
17
+#endif /* PAM */ 
18
  /*
18
 extern void cfg_clean_config();
19
   * System definitions. 
19
 extern char *cfg_nodestring();
20
 
(-)db_null.c (-3 / +1 lines)
Lines 48-56 Link Here
48
char *a_username;
48
char *a_username;
49
char *elapsed_time;char *bytes_in;char *bytes_out;
49
char *elapsed_time;char *bytes_in;char *bytes_out;
50
{
50
{
51
report(LOG_INFO,"Db accounting user=%s pass=%s host=%s 
51
report(LOG_INFO,"Db accounting user=%s pass=%s host=%s db_name=%s table=%s servern=%s clientn=%s username=%s et=%s bi=%s bo=%s",db_user,db_password,db_hostname, db_name,db_table,s_name,c_name,a_username,elapsed_time,bytes_in,bytes_out);
52
db_name=%s table=%s servern=%s clientn=%s username=%s et=%s bi=%s bo=%s",db_user,db_password,db_hostname,
53
db_name,db_table,s_name,c_name,a_username,elapsed_time,bytes_in,bytes_out);
54
return (1);
52
return (1);
55
}
53
}
56
#endif
54
#endif

Return to bug 63418