1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-tinydns-1.0.0/root/var/service/tinydns/control/2 mezzanine_patched_e-smith-tinydns-1.0.0/root/var/service/tinydns/control/2 |
2 |
--- e-smith-tinydns-1.0.0/root/var/service/tinydns/control/2 2006-03-14 15:01:42.000000000 -0700 |
3 |
+++ mezzanine_patched_e-smith-tinydns-1.0.0/root/var/service/tinydns/control/2 2007-02-16 13:49:03.000000000 -0700 |
4 |
@@ -53,5 +53,5 @@ |
5 |
PERMS => 0644, |
6 |
}); |
7 |
|
8 |
-exec "runsvctrl", "t", "/service/tinydns" or |
9 |
- die "Could not exec runsvctrl: $!"; |
10 |
+exec "sv", "t", "/service/tinydns" or |
11 |
+ die "Could not exec sv: $!"; |