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

Bug#2075: /etc/init.d/diald typo



Package: diald
Version: 0.10
Revision: 2

There is a typo in the /etc/init.d/diald script.  This prevents a
clean shutdown of diald and can leave bogus lock files lying around.

Patch:

*** diald       Sat Dec 30 12:58:13 1995
--- diald~      Sat Nov 25 15:52:25 1995
***************
*** 18,24 ****
      fi
      ;;
    stop)
!     if [ $run_diald = 1 ]
      then
        start-stop-daemon --stop --verbose --exec /usr/sbin/diald
      fi
--- 18,24 ----
      fi
      ;;
    stop)
!     if [ $run_diald = 0 ]
      then
        start-stop-daemon --stop --verbose --exec /usr/sbin/diald
      fi


Reply to: