Skip to content

Commit

Permalink
* src/etc/munge.init.in: Changed LSB Default-Start / Default-Stop and
Browse files Browse the repository at this point in the history
  chkconfig runlevels so daemon is not started by default.
  • Loading branch information
dun committed Apr 6, 2009
1 parent 6cd302b commit 18c02a6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
2009-04-06 Chris Dunlap <cdunlap@llnl.gov>

* 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 <cdunlap@llnl.gov>

* src/munged/gids.c (_gids_uid_alloc): Added check for valid 'user'.
Expand Down
9 changes: 5 additions & 4 deletions src/etc/munge.init.in
Expand Up @@ -3,11 +3,11 @@
# $Id$
###############################################################################
# Written by Chris Dunlap <cdunlap@llnl.gov>.
# 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
Expand All @@ -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
###############################################################################

Expand Down

0 comments on commit 18c02a6

Please sign in to comment.