Package: ldirectord-2
Version: 2.0.7-2
Severity: normal

As reported by Jason Ledford, the ldirectord init script is
not functional. This bug was fixed in 2.0.8-4 and this bug
currently only effects Etch. Furthermore, only effects
users who wish to run ldirectord stand-alone, rather than
in conjunction with heartbeat.

A work around is to use the ldirectord-2 2.1.3-6~bpo40+2 package
available from backports.org.

Another work-around is to use the following script as
/etc/init.d/ldirectord

#!/bin/sh
#
### BEGIN INIT INFO
# Provides:          ldirectord
# Required-Start:    $remote_fs $syslog
# Required-Stop:     $remote_fs $syslog
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
### END INIT INFO
#
# Author: Horms <[EMAIL PROTECTED]>
#
# Debian init script for ldirectord
#

NAME=ldirectord
DAEMON="/usr/sbin/$NAME"
CONFIG="/etc/default/$NAME"

test -x $DAEMON || exit 0

CONFIG_FILE=""
[ -f "$CONFIG" ] && . "$CONFIG"
CONFIG_FILE="${CONFIG_FILE:=ldirectord.cf}"

case "$1" in
        start|stop|restart|try-restart|status|reload|force-reload)
                exec "$DAEMON" $1
                ;;
        *)
                echo "Usage: /etc/init.d/$NAME" \
                        
"{start|stop|restart|try-restart|status|reload|force-reload}"
>&2
        exit 1
        ;;
esac

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (190, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=ja_JP.utf8, LC_CTYPE=ja_JP.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to ja_JP.utf8)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to