From 18c02a6067f4f72d4748495be4fdb628a01922ea Mon Sep 17 00:00:00 2001 From: Chris Dunlap Date: Mon, 6 Apr 2009 19:53:20 +0000 Subject: [PATCH] * src/etc/munge.init.in: Changed LSB Default-Start / Default-Stop and chkconfig runlevels so daemon is not started by default. --- ChangeLog | 5 +++++ src/etc/munge.init.in | 9 +++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 448ecbd3..96fd19e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-04-06 Chris Dunlap + + * src/etc/munge.init.in: Changed LSB Default-Start / Default-Stop and + chkconfig runlevels so daemon is not started by default. + 2008-12-10 Chris Dunlap * src/munged/gids.c (_gids_uid_alloc): Added check for valid 'user'. diff --git a/src/etc/munge.init.in b/src/etc/munge.init.in index c678855e..12f6667e 100644 --- a/src/etc/munge.init.in +++ b/src/etc/munge.init.in @@ -3,11 +3,11 @@ # $Id$ ############################################################################### # Written by Chris Dunlap . -# Copyright (C) 2007-2008 Lawrence Livermore National Security, LLC. +# Copyright (C) 2007-2009 Lawrence Livermore National Security, LLC. # Copyright (C) 2002-2007 The Regents of the University of California. # UCRL-CODE-155910. ############################################################################### -# chkconfig: 2345 40 60 +# chkconfig: - 40 60 # Description: Start/Stop the MUNGE authentication service. ############################################################################### ### BEGIN INIT INFO @@ -16,9 +16,10 @@ # Required-Stop: $named $time # Should-Start: $local_fs $syslog # Should-Stop: $local_fs $syslog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 # Short-Description: Start/Stop the MUNGE authentication service. +# Description: MUNGE (MUNGE Uid 'N' Gid Emporium) is a highly scalable +# authentication service for creating and validating +# credentials. ### END INIT INFO ###############################################################################