1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.0/root/var/service/raidmonitor/run mezzanine_patched_e-smith-base-4.18.0/root/var/service/raidmonitor/run |
2 |
--- e-smith-base-4.18.0/root/var/service/raidmonitor/run 2007-01-19 14:33:22.000000000 -0700 |
3 |
+++ mezzanine_patched_e-smith-base-4.18.0/root/var/service/raidmonitor/run 2007-02-16 13:28:37.000000000 -0700 |
4 |
@@ -7,5 +7,5 @@ |
5 |
exec /sbin/mdadm --monitor --scan --program /sbin/e-smith/mdevent |
6 |
else |
7 |
echo "Only $count drive(s) in this system - disabling raid monitoring" |
8 |
- runsvctrl d . |
9 |
+ sv d . |
10 |
fi |
11 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.0/root/var/service/wan/run.dialup mezzanine_patched_e-smith-base-4.18.0/root/var/service/wan/run.dialup |
12 |
--- e-smith-base-4.18.0/root/var/service/wan/run.dialup 2007-01-26 18:56:31.000000000 -0700 |
13 |
+++ mezzanine_patched_e-smith-base-4.18.0/root/var/service/wan/run.dialup 2007-02-16 13:28:22.000000000 -0700 |
14 |
@@ -3,7 +3,7 @@ |
15 |
ISDN=$(/sbin/e-smith/config getprop isdn status) |
16 |
if [ "$ISDN" = "enabled" ] |
17 |
then |
18 |
- runsvctrl u /service/ippp |
19 |
+ sv u /service/ippp |
20 |
sleep 10 |
21 |
# TODO check here that ISDN device is available!! |
22 |
fi |