[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#2289: diald



  Package: diald-0.10-2.deb

  Problem: etc/init.d/diald

----------------- quote -------------------------
#! /bin/sh
#
# Start or stop diald daemon
#

. /etc/init.d/functions

test -x /usr/sbin/diald || exit 0

# Set run_diald to 1 to start diald at boot or 0 to diasble it.
run_diald=0

case "$1" in

  [...]

  stop)
    if [ $run_diald = 0 ] <------------------------------ should be 1(?)
    then
      start-stop-daemon --stop --verbose --exec /usr/sbin/diald
    fi
    ;;

  [...]

------------------------ unquote -----------------------------

bh


Reply to: