1 |
Index: e-smith-radiusd/createlinks |
2 |
diff -u e-smith-radiusd/createlinks:1.2 e-smith-radiusd/createlinks:1.3 |
3 |
--- e-smith-radiusd/createlinks:1.2 Tue Jun 14 12:19:40 2005 |
4 |
+++ e-smith-radiusd/createlinks Thu Jun 16 14:37:13 2005 |
5 |
@@ -49,4 +49,4 @@ |
6 |
} |
7 |
|
8 |
safe_symlink("../daemontools", "root/etc/rc.d/init.d/supervise/radiusd"); |
9 |
-safe_symlink("../init.d/supervise/radiusd", "root/etc/rc.d/rc7.d/S70radiusd"); |
10 |
+service_link_enhanced("radiusd", "S90", "7"); |
11 |
Index: e-smith-radiusd/e-smith-radiusd.spec |