Package: redhat-cluster Severity: normal Tags: patch
-- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-1-xen-686 Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8) Patch below: --- ccs.init.orig 2006-05-13 20:07:14.000000000 +0200 +++ ccs.init 2006-05-13 21:40:07.000000000 +0200 @@ -9,8 +9,8 @@ CCSD_OPTIONS="" -if [ -f /etc/default/ccsd ] ; then - . /etc/default/ccsd +if [ -f /etc/default/ccs ] ; then + . /etc/default/ccs fi set -e @@ -18,12 +18,12 @@ case "$1" in start) echo -n "Starting $DESC: " - start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid --exec $DAEMON -- $CCSD_OPTIONS + start-stop-daemon --start --quiet --pidfile /var/run/cluster/$NAME.pid --exec $DAEMON -- $CCSD_OPTIONS echo "$NAME." ;; stop) echo -n "Stopping $DESC: " - start-stop-daemon --stop --quiet --pidfile /var/run/$NAME.pid --exec $DAEMON + start-stop-daemon --stop --quiet --pidfile /var/run/cluster/$NAME.pid --exec $DAEMON echo "$NAME." ;; restart|force-reload) --- fence.init.orig 2006-05-13 20:07:14.000000000 +0200 +++ fence.init 2006-05-13 21:46:47.000000000 +0200 @@ -13,8 +13,9 @@ case "$1" in start) - #echo -n "Starting $DESC: " - #echo "." + echo -n "Starting $DESC: " + fence_tool join + echo "." ;; stop) echo -n "Stopping $DESC: " -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]