From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Teigland Date: Wed, 30 Jul 2008 11:01:07 -0500 Subject: [Cluster-devel] [PATCH/RFC] Standardize on /etc/sysconfig/cluster for init script In-Reply-To: References: Message-ID: <20080730160107.GA9631@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Mon, Jul 28, 2008 at 10:20:49AM +0200, Fabio M. Di Nitto wrote: > > Hi guys, > > I just noticed that we have a very inconsistent way to set init script > defaults by using /etc/sysconfig/{cman,cluster,scsi_reserve}. > > the patch in attachment is very simple and standardize everything to > /etc/sysconfig/cluster and retains backward compatibility. > > Please ACK or i will apply. Doesn't it make most sense for the name of the sysconfig file to match the name of the init script it corresponds to? i.e. the config file for init.d/cman would be sysconfig/cman?