1 |
slords |
1.1 |
Index: e-smith-radiusd/createlinks |
2 |
|
|
diff -u e-smith-radiusd/createlinks:1.1.1.1 e-smith-radiusd/createlinks:1.2 |
3 |
|
|
--- e-smith-radiusd/createlinks:1.1.1.1 Mon Jun 13 15:10:16 2005 |
4 |
|
|
+++ e-smith-radiusd/createlinks Tue Jun 14 12:19:40 2005 |
5 |
|
|
@@ -18,7 +18,13 @@ |
6 |
|
|
)); |
7 |
|
|
} |
8 |
|
|
|
9 |
|
|
-foreach (qw(raddb/clients.conf raddb/eap.conf raddb/proxy.conf radiusclient/servers radiusclient/dictionary radiusclient/dictionary.microsoft)) |
10 |
|
|
+foreach (qw( |
11 |
|
|
+ raddb/clients.conf |
12 |
|
|
+ raddb/eap.conf |
13 |
|
|
+ raddb/proxy.conf |
14 |
|
|
+ radiusclient/servers |
15 |
|
|
+ radiusclient/dictionary |
16 |
|
|
+ radiusclient/dictionary.microsoft)) |
17 |
|
|
{ |
18 |
|
|
templates2events("/etc/$_", qw( |
19 |
|
|
console-save |
20 |
|
|
@@ -43,3 +49,4 @@ |
21 |
|
|
} |
22 |
|
|
|
23 |
|
|
safe_symlink("../daemontools", "root/etc/rc.d/init.d/supervise/radiusd"); |
24 |
|
|
+safe_symlink("../init.d/supervise/radiusd", "root/etc/rc.d/rc7.d/S70radiusd"); |
25 |
|
|
Index: e-smith-radiusd/e-smith-radiusd.spec |
26 |
|
|
diff -u e-smith-radiusd/root/etc/e-smith/templates/etc/raddb/clients.conf/10localhost:1.1.1.1 e-smith-radiusd/root/etc/e-smith/templates/etc/raddb/clients.conf/10localhost:1.2 |
27 |
|
|
--- e-smith-radiusd/root/etc/e-smith/templates/etc/raddb/clients.conf/10localhost:1.1.1.1 Mon Jun 13 15:10:16 2005 |
28 |
|
|
+++ e-smith-radiusd/root/etc/e-smith/templates/etc/raddb/clients.conf/10localhost Tue Jun 14 12:19:40 2005 |
29 |
|
|
@@ -46,7 +46,7 @@ |
30 |
|
|
# other # for all other types |
31 |
|
|
|
32 |
|
|
# |
33 |
|
|
-} nastype = other # localhost isn't usually a NAS... |
34 |
|
|
+} nastype = other |
35 |
|
|
{ |
36 |
|
|
# |
37 |
|
|
# The following two configurations are for future use. |