diff options
author | Rod Whitby <rod@whitby.id.au> | 2009-05-01 00:16:54 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2009-05-01 00:16:54 +0000 |
commit | e8410422c0d3a3621ee5a604cd5a52e80604532f (patch) | |
tree | 9fde706f2e6acaa0b1874f9e3cd1f888c5805903 /recipes/nslu2-binary-only/unslung-rootfs/rc.1-diversion.patch | |
parent | e34ffc1bf774a0a6561d7b9e0e6800e1029c0ef1 (diff) |
Unslung: Removed all trace of the unslung distro from OE
Diffstat (limited to 'recipes/nslu2-binary-only/unslung-rootfs/rc.1-diversion.patch')
-rw-r--r-- | recipes/nslu2-binary-only/unslung-rootfs/rc.1-diversion.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/recipes/nslu2-binary-only/unslung-rootfs/rc.1-diversion.patch b/recipes/nslu2-binary-only/unslung-rootfs/rc.1-diversion.patch deleted file mode 100644 index d0d769931c..0000000000 --- a/recipes/nslu2-binary-only/unslung-rootfs/rc.1-diversion.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- nslu2-linksys-ramdisk-2.3r25/etc/rc.d/rc.1~ 2004-07-27 23:37:55.000000000 -0400 -+++ nslu2-linksys-ramdisk-2.3r25/etc/rc.d/rc.1 2004-09-01 21:56:17.000000000 -0400 -@@ -1,5 +1,7 @@ - #!/bin/sh - -+if ( [ -f /unslung/rc.1 ] && . /unslung/rc.1 ) ; then return 0 ; fi -+ - #/sbin/ifconfig ixp0 hw ether 00:C0:02:01:01:04 - /bin/echo "Starting Set CGI_ds.conf:"; /etc/rc.d/rc.bootbin; check_status - -@@ -17,6 +19,8 @@ - /bin/echo "Starting Crond :"; . /etc/rc.d/rc.crond - /bin/echo "Starting Rest Task :"; . /etc/rc.d/rc.local - -+/bin/echo "Starting Optware Packages:"; ( . /etc/rc.d/rc.optware-start ) -+/bin/echo "Starting Bootdisk scripts:"; ( . /etc/rc.d/rc.bootdisk ) - /usr/bin/Set_Led ready - /usr/bin/Set_Led beep1 - /bin/echo "Checking disk status :"; /usr/sbin/CheckDiskFull 2 >/dev/null |