=== modified file 'data/sysresccd-enable-supplement.fslist' --- data/sysresccd-enable-supplement.fslist 2017-12-12 10:43:46 +0000 +++ data/sysresccd-enable-supplement.fslist 2017-12-07 18:56:09 +0000 @@ -6,7 +6,6 @@ depend() { after sysresccd - before local } start() { @@ -14,10 +13,10 @@ mount /mnt/supplement eend $? if [ -e /mnt/supplement/rc.start ]; then - ln -s /mnt/supplement/rc.start /etc/local.d/supplement.start + ln -s /etc/local.d/supplement.start /mnt/supplement/rc.start fi if [ -e /mnt/supplement/rc.stop ]; then - ln -s /mnt/supplement/rc.stop /etc/local.d/supplement.stop + ln -s /etc/local.d/supplement.stop /mnt/supplement/rc.stop fi } @@ -26,5 +25,4 @@ } o0:0 m755 /etc/runlevels/default/supplement l /etc/init.d/supplement o0:0 m777 -/etc/runlevels/default/local l /etc/init.d/local o0:0 m777 /mnt/supplement d o0:0 m755