On Fri, Sep 25, 2009 at 1:31 AM, Chris Dunlap <[email protected]> wrote: > This is already fixed and will appear in the next release (no ETA yet). > It should be: > > SERVICE_NAME="`basename \"$0\" .init | sed 's/^[SK][0-9][0-9]*//'`" > > This should probably be reported to the distro's bug tracker so they > can issue an updated rpm. I'll see if I can find someone to do that. > > -Chris
Hi Charles, There is a package in testing now for EPEL 5. https://admin.fedoraproject.org/updates/EL-5/FEDORA-EPEL-2009-0535 The corresponding bug has details how to install. Changes: - Patch for rhbz #525732 - Loads /etc/sysconfig/munge correctly. - Mark pid file as ghost file on oses that support that. - Permisions on pid directory to 755 Steve > > > On Thu, 2009-09-24 at 08:07pm +0200, Charles Vejnar wrote: >> >> Hi, >> >> I recently installed Munge on a CentOS 5.3. It seems there is a >> problem with the Initscript. On line 45, SERVICE_NAME gets S40munge >> and not munge, which makes the reading of /etc/sysconfig/munge >> impossible a few lines after. >> >> Line 45: >> SERVICE_NAME="`basename \"$0\" .init`" >> >> Would it be possible to modify the script to make it work (I have just >> put SERVICE_NAME="munge" in my file for now) ? >> >> Thank you >> >> Charles >> >> _______________________________________________ >> munge-users mailing list >> [email protected] >> https://mail.gna.org/listinfo/munge-users > > _______________________________________________ > munge-users mailing list > [email protected] > https://mail.gna.org/listinfo/munge-users > -- Steve Traylen _______________________________________________ munge-users mailing list [email protected] https://mail.gna.org/listinfo/munge-users
