From daa69d4f0c765d3bdcfb39c5b4b8bb7b494b40e1 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Tue, 26 Jul 2005 18:42:31 +0000 Subject: [PATCH] - check $PL_BOOTCD instead of $RUNLEVEL --- ipod.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0