Ignore:
Timestamp:
07/12/07 10:34:05 (17 years ago)
Author:
bastiaans
Message:
  • more pkg fixes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pkg/deb/init.d/jobmond

    r436 r437  
    22
    33PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
    4 DAEMON=/usr/bin/jobmond
     4DAEMON=/usr/sbin/jobmond
    55NAME=jobmond
    66DESC="Job Monitor Daemon"
     
    1010test -x $DAEMON || exit 0
    1111
     12OPTIONS=""
     13
    1214[ -r /etc/default/$NAME ] && . /etc/default/$NAME
    1315
     
    1618        echo -n "Starting $DESC: "
    1719        start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \
    18                 --exec $DAEMON -- --pidfile "$PIDFILE" || { echo " start failed."; exit 1; }
     20                --exec $DAEMON -- --pidfile "$PIDFILE" $OPTIONS || { echo " start failed."; exit 1; }
    1921        echo "$NAME."
    2022        ;;
Note: See TracChangeset for help on using the changeset viewer.