head 1.2; access; symbols OPENPKG_2_STABLE_MP:1.2 OPENPKG_E1_MP_HEAD:1.2 OPENPKG_E1_MP:1.2 OPENPKG_E1_MP_2_STABLE:1.2 OPENPKG_E1_FP:1.2 OPENPKG_2_STABLE_20061018:1.2 OPENPKG_2_STABLE:1.2.0.20 OPENPKG_2_STABLE_BP:1.2 OPENPKG_2_5_SOLID:1.2.0.18 OPENPKG_2_5_SOLID_BP:1.2 OPENPKG_2_4_RELEASE:1.2 OPENPKG_2_4_SOLID:1.2.0.16 OPENPKG_2_4_SOLID_BP:1.2 OPENPKG_2_3_RELEASE:1.2 OPENPKG_2_3_SOLID:1.2.0.14 OPENPKG_2_3_SOLID_BP:1.2 OPENPKG_2_2_RELEASE:1.2 OPENPKG_2_2_SOLID:1.2.0.12 OPENPKG_2_2_SOLID_BP:1.2 OPENPKG_2_1_RELEASE:1.2 OPENPKG_2_1_SOLID:1.2.0.10 OPENPKG_2_1_SOLID_BP:1.2 OPENPKG_2_0_RELEASE:1.2 OPENPKG_2_0_SOLID:1.2.0.8 OPENPKG_2_0_SOLID_BP:1.2 OPENPKG_1_3_RELEASE:1.2 OPENPKG_1_3_SOLID:1.2.0.6 OPENPKG_1_3_SOLID_BP:1.2 OPENPKG_1_2_SOLID:1.2.0.4 OPENPKG_1_2_SOLID_BP:1.2 OPENPKG_1_STABLE:1.2.0.2 OPENPKG_1_STABLE_BP:1.2; locks; strict; comment @# @; 1.2 date 2003.01.01.08.28.55; author rse; state dead; branches; next 1.1; 1.1 date 2002.12.04.14.31.37; author mlelstv; state Exp; branches; next ; desc @@ 1.2 log @upgrading package: inn 2.3.3 -> 2.3.4 @ text @--- inn-2.3.3/scripts/innwatch.in.dist Wed Dec 4 15:02:05 2002 +++ inn-2.3.3/scripts/innwatch.in Wed Dec 4 15:05:21 2002 @@@@ -126,7 +126,12 @@@@ NEXTSLEEP=1 HASEXITED=false -while { sleep ${NEXTSLEEP} & wait; } ; : ; do +SLEEPTINY=1 +while { sleep ${SLEEPTINY} & wait; } ; : ; do + NEXTSLEEP=`expr ${NEXTSLEEP} - ${SLEEPTINY}` + if [ $NEXTSLEEP -gt 0 ]; then + continue; + fi NEXTSLEEP=${INNWATCHSLEEPTIME} ## If news.daily is running, idle: we don't want to change the @ 1.1 log @workaround for BSD /bin/sh deficiencies @ text @@