diff options
Diffstat (limited to 'recipes/nslu2-binary-only/unslung-rootfs/rc.reboot-diversion.patch')
-rw-r--r-- | recipes/nslu2-binary-only/unslung-rootfs/rc.reboot-diversion.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes/nslu2-binary-only/unslung-rootfs/rc.reboot-diversion.patch b/recipes/nslu2-binary-only/unslung-rootfs/rc.reboot-diversion.patch deleted file mode 100644 index 3e73b941c1..0000000000 --- a/recipes/nslu2-binary-only/unslung-rootfs/rc.reboot-diversion.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- nslu2-linksys-ramdisk-2.3r25/etc/rc.d/rc.reboot.orig 2004-07-27 23:37:55.000000000 -0400 -+++ nslu2-linksys-ramdisk-2.3r25/etc/rc.d/rc.reboot 2004-09-01 21:58:19.000000000 -0400 -@@ -1,4 +1,9 @@ - #!/bin/sh -+ -+if ( [ -r /unslung/rc.reboot ] && . /unslung/rc.reboot ) ; then return 0 ; fi -+ -+/bin/echo "Stopping Optware Packages:"; ( . /etc/rc.d/rc.optware-stop ) -+ - /bin/killall -2 upnpd 2>/dev/null - sleep 4 - /sbin/ifdown ixp0 |