1 |
diff e-smith-base-5.8.0.old/createlinks e-smith-base-5.8.0/createlinks |
diff -Nur e-smith-base-5.8.0.old/createlinks e-smith-base-5.8.0/createlinks |
2 |
573c573 |
--- e-smith-base-5.8.0.old/createlinks 2016-07-21 14:00:54.635000000 -0400 |
3 |
< safe_symlink("daemontools", "root/etc/rc.d/init.d/supervise/local"); |
+++ e-smith-base-5.8.0/createlinks 2016-07-22 03:40:15.908000000 -0400 |
4 |
--- |
@@ -570,7 +570,7 @@ |
5 |
> safe_symlink("../daemontools", "root/etc/rc.d/init.d/supervise/local"); |
safe_symlink("run.dhclient", "root/var/service/wan/run.DHCPEthernetAddress"); |
6 |
Common subdirectories: e-smith-base-5.8.0.old/root and e-smith-base-5.8.0/root |
|
7 |
|
# Local event |
8 |
|
-safe_symlink("daemontools", "root/etc/rc.d/init.d/supervise/local"); |
9 |
|
+safe_symlink("../daemontools", "root/etc/rc.d/init.d/supervise/local"); |
10 |
|
safe_symlink("/var/service/local" , 'root/service/local'); |
11 |
|
safe_touch("root/var/service/local/down"); |
12 |
|
|