diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.0/root/sbin/e-smith/service mezzanine_patched_e-smith-base-4.18.0/root/sbin/e-smith/service --- e-smith-base-4.18.0/root/sbin/e-smith/service 2005-11-20 21:28:11.000000000 -0700 +++ mezzanine_patched_e-smith-base-4.18.0/root/sbin/e-smith/service 2007-05-05 05:00:10.000000000 -0600 @@ -4,9 +4,9 @@ if [ "$runlevel" = "7" ] then - if ls /etc/rc7.d/S*$1 >/dev/null 2>/dev/null + if ls /etc/rc7.d/S??$1 >/dev/null 2>/dev/null then - script=$(ls /etc/rc7.d/S*$1 | head -1) + script=$(ls /etc/rc7.d/S??$1 | head -1) exec $script $2 fi