From: Mark Huang Date: Tue, 26 Jul 2005 18:42:31 +0000 (+0000) Subject: - check $PL_BOOTCD instead of $RUNLEVEL X-Git-Tag: myplc-0_4-rc1~7 X-Git-Url: http://git.onelab.eu/?p=pingofdeath.git;a=commitdiff_plain;h=daa69d4f0c765d3bdcfb39c5b4b8bb7b494b40e1 - check $PL_BOOTCD instead of $RUNLEVEL --- diff --git a/ipod.spec b/ipod.spec index e4bec3f..77cef16 100644 --- a/ipod.spec +++ b/ipod.spec @@ -53,7 +53,7 @@ if [ "$1" = 1 ]; then chkconfig --add pod chkconfig pod on - if [[ "$RUNLEVEL" != "unknown" ]]; then + if [[ "$PL_BOOTCD" != "1" ]] ; then /etc/init.d/pod start fi fi