From mboxrd@z Thu Jan 1 00:00:00 1970 From: rohara@sourceware.org Date: 2 Feb 2007 20:13:48 -0000 Subject: [Cluster-devel] cluster/fence/agents/scsi scsi_reserve.sysconfig Message-ID: <20070202201348.780.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: rohara at sourceware.org 2007-02-02 20:13:48 Modified files: fence/agents/scsi: scsi_reserve.sysconfig Log message: Change SCSI_WATCHDOG to WATCHDOG. The script and sysconfig file were not in agreement. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/scsi/scsi_reserve.sysconfig.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.1&r2=1.1.2.2 --- cluster/fence/agents/scsi/Attic/scsi_reserve.sysconfig 2007/01/26 20:03:51 1.1.2.1 +++ cluster/fence/agents/scsi/Attic/scsi_reserve.sysconfig 2007/02/02 20:13:48 1.1.2.2 @@ -1,4 +1,4 @@ -# Enable the watchdog daemon by setting SCSI_WATCHDOG to "yes". +# Enable the watchdog daemon by setting WATCHDOG to "yes". # This will result in the machine being rebooted if/when it is # fenced from the cluster. Default is "no". -SCSI_WATCHDOG=no +WATCHDOG=no