summaryrefslogtreecommitdiff
path: root/recipes/nslu2-binary-only/unslung-rootfs/rc.halt-diversion.patch
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2009-05-01 00:16:54 +0000
committerRod Whitby <rod@whitby.id.au>2009-05-01 00:16:54 +0000
commite8410422c0d3a3621ee5a604cd5a52e80604532f (patch)
tree9fde706f2e6acaa0b1874f9e3cd1f888c5805903 /recipes/nslu2-binary-only/unslung-rootfs/rc.halt-diversion.patch
parente34ffc1bf774a0a6561d7b9e0e6800e1029c0ef1 (diff)
Unslung: Removed all trace of the unslung distro from OE
Diffstat (limited to 'recipes/nslu2-binary-only/unslung-rootfs/rc.halt-diversion.patch')
-rw-r--r--recipes/nslu2-binary-only/unslung-rootfs/rc.halt-diversion.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes/nslu2-binary-only/unslung-rootfs/rc.halt-diversion.patch b/recipes/nslu2-binary-only/unslung-rootfs/rc.halt-diversion.patch
deleted file mode 100644
index 3702c3d137..0000000000
--- a/recipes/nslu2-binary-only/unslung-rootfs/rc.halt-diversion.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- nslu2-linksys-ramdisk-2.3r25/etc/rc.d/rc.halt.orig 2004-07-27 23:37:55.000000000 -0400
-+++ nslu2-linksys-ramdisk-2.3r25/etc/rc.d/rc.halt 2004-09-01 21:57:01.000000000 -0400
-@@ -1,4 +1,9 @@
- #!/bin/sh
-+
-+if ( [ -r /unslung/rc.halt ] && . /unslung/rc.halt ) ; then return 0 ; fi
-+
-+/bin/echo "Stopping Optware Packages:"; ( . /etc/rc.d/rc.optware-stop )
-+
- /bin/killall -2 upnpd &>/dev/null
- /bin/killall nmbd &>/dev/null
- /bin/killall smbd &>/dev/null