1 |
bytegw |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.1/root/etc/e-smith/templates/etc/ppp/ip-down.local/signal-event mezzanine_patched_e-smith-base-4.18.1/root/etc/e-smith/templates/etc/ppp/ip-down.local/signal-event |
2 |
|
|
--- e-smith-base-4.18.1/root/etc/e-smith/templates/etc/ppp/ip-down.local/signal-event 2005-11-20 23:28:08.000000000 -0500 |
3 |
|
|
+++ mezzanine_patched_e-smith-base-4.18.1/root/etc/e-smith/templates/etc/ppp/ip-down.local/signal-event 2008-08-11 17:03:38.000000000 -0400 |
4 |
|
|
@@ -7,4 +7,4 @@ |
5 |
|
|
# inherit umask of 077, it seems |
6 |
|
|
umask 022 |
7 |
|
|
|
8 |
|
|
-/sbin/e-smith/signal-event ip-down "$@" |
9 |
|
|
+/usr/bin/chpst -l /var/lock/subsys/ip-down.local /sbin/e-smith/signal-event ip-down "$@" |