aboutsummaryrefslogtreecommitdiffstats
path: root/packages/nslu2-binary-only/unslung-rootfs-2.3r25/rc.crond-diversion.patch
blob: a67abe6ce478627b791ae2efec973789cf09761a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- nslu2-linksys-ramdisk-2.3r25/etc/rc.d/rc.crond.orig	2004-07-27 23:37:55.000000000 -0400
+++ nslu2-linksys-ramdisk-2.3r25/etc/rc.d/rc.crond	2004-09-01 21:56:37.000000000 -0400
@@ -1,5 +1,11 @@
 #!/bin/sh
 
+if (  [ ! -f /.sda1root ] && [ -r /mnt/sda1/unslung/rc.crond ] && . /mnt/sda1/unslung/rc.crond ) ; then return 0 ; fi
+if (  [ ! -f /.sda2root ] && [ -r /mnt/sda2/unslung/rc.crond ] && . /mnt/sda2/unslung/rc.crond ) ; then return 0 ; fi
+if (  [ ! -f /.sdb1root ] && [ -r /mnt/sdb1/unslung/rc.crond ] && . /mnt/sdb1/unslung/rc.crond ) ; then return 0 ; fi
+if (  [ ! -f /.sdb2root ] && [ -r /mnt/sdb2/unslung/rc.crond ] && . /mnt/sdb2/unslung/rc.crond ) ; then return 0 ; fi
+if ( [ -r /unslung/rc.crond          ] && . /unslung/rc.crond          ) ; then return 0 ; fi
+
 if [ -n "`pidof crond`" ] ;then
     /bin/killall crond 2>/dev/null
 fi