|
|
@@ -1,6 +1,6 @@
|
|
|
Index: Make.inc.in
|
|
|
--- Make.inc.in.orig 2004-01-23 18:08:43 +0100
|
|
|
-+++ Make.inc.in 2005-02-17 19:08:46 +0100
|
|
|
++++ Make.inc.in 2005-06-04 08:54:23 +0200
|
|
|
@@ -14,7 +14,7 @@
|
|
|
sbindir = @sbindir@
|
|
|
mandir = @mandir@
|
|
|
@@ -21,7 +21,7 @@ Index: Make.inc.in
|
|
|
|
|
|
Index: raddb/radiusd.conf.in
|
|
|
--- raddb/radiusd.conf.in.orig 2005-02-07 20:52:05 +0100
|
|
|
-+++ raddb/radiusd.conf.in 2005-02-17 19:08:46 +0100
|
|
|
++++ raddb/radiusd.conf.in 2005-06-04 08:54:23 +0200
|
|
|
@@ -31,7 +31,7 @@
|
|
|
|
|
|
# Location of config and logfiles.
|
|
|
@@ -33,7 +33,7 @@ Index: raddb/radiusd.conf.in
|
|
|
# The logging messages for the server are appended to the
|
|
|
Index: src/modules/rlm_ldap/rlm_ldap.c
|
|
|
--- src/modules/rlm_ldap/rlm_ldap.c.orig 2005-02-07 20:51:28 +0100
|
|
|
-+++ src/modules/rlm_ldap/rlm_ldap.c 2005-02-17 19:08:46 +0100
|
|
|
++++ src/modules/rlm_ldap/rlm_ldap.c 2005-06-04 08:54:23 +0200
|
|
|
@@ -193,6 +193,7 @@
|
|
|
* every use of the pthread functions.
|
|
|
*/
|
|
|
@@ -43,8 +43,8 @@ Index: src/modules/rlm_ldap/rlm_ldap.c
|
|
|
#define pthread_mutex_init(a,b)
|
|
|
#define pthread_mutex_destroy(a)
|
|
|
Index: src/modules/rlm_sql/drivers/Makefile.in
|
|
|
---- src/modules/rlm_sql/drivers/Makefile.in.orig 2003-10-09 06:00:26 +0200
|
|
|
-+++ src/modules/rlm_sql/drivers/Makefile.in 2005-02-17 19:08:46 +0100
|
|
|
+--- src/modules/rlm_sql/drivers/Makefile.in.orig 2005-04-11 23:18:28 +0200
|
|
|
++++ src/modules/rlm_sql/drivers/Makefile.in 2005-06-04 08:55:07 +0200
|
|
|
@@ -18,10 +18,10 @@
|
|
|
|
|
|
common:
|
|
|
@@ -54,7 +54,19 @@ Index: src/modules/rlm_sql/drivers/Makefile.in
|
|
|
what=$(WHAT_TO_MAKE); \
|
|
|
[ "$$what" = "all" ] && what="$(TARGET_LIBS)"; \
|
|
|
echo "Making $$what in $$mod..."; \
|
|
|
-- (cd $$mod && $(MAKE) $(MFLAGS) $$what) || exit 1;\
|
|
|
-+ [ -d $$mod ] || exit 0; (cd $$mod && $(MAKE) $(MFLAGS) $$what) || exit 1;\
|
|
|
+- (cd $$mod && $(MAKE) $(MFLAGS) $$what) || exit $?;\
|
|
|
++ [ -d $$mod ] || exit 0; (cd $$mod && $(MAKE) $(MFLAGS) $$what) || exit $?;\
|
|
|
done
|
|
|
|
|
|
+Index: src/main/Makefile.in
|
|
|
+--- src/main/Makefile.in.orig 2005-05-13 00:22:26 +0200
|
|
|
++++ src/main/Makefile.in 2005-06-04 09:02:35 +0200
|
|
|
+@@ -146,7 +146,7 @@
|
|
|
+ install:
|
|
|
+ $(LIBTOOL) --mode=install $(INSTALL) -m 755 $(INSTALLSTRIP) radiusd$(EXEEXT) $(R)$(sbindir)
|
|
|
+ $(INSTALL) -m 755 $(INSTALLSTRIP) radwho$(EXEEXT) $(R)$(bindir)
|
|
|
+- $(INSTALL) -m 755 $(INSTALLSTRIP) radzap $(R)$(bindir)
|
|
|
++ $(INSTALL) -m 755 radzap $(R)$(bindir)
|
|
|
+ $(INSTALL) -m 755 radlast $(R)$(bindir)
|
|
|
+ $(INSTALL) -m 755 radclient$(EXEEXT) $(R)$(bindir)
|
|
|
+ $(INSTALL) -m 755 radrelay$(EXEEXT) $(R)$(bindir)
|