Date: Tue, 2 Jun 2015 14:58:24 +0000 (UTC) From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388362 - head/security/munge/files Message-ID: <201506021458.t52EwOgN062279@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bofh Date: Tue Jun 2 14:58:24 2015 New Revision: 388362 URL: https://svnweb.freebsd.org/changeset/ports/388362 Log: security/munge: Add munged_flags in rc file PR: 200401 Submitted by: jrm@ftfl.ca Modified: head/security/munge/files/munged.in Modified: head/security/munge/files/munged.in ============================================================================== --- head/security/munge/files/munged.in Tue Jun 2 14:53:23 2015 (r388361) +++ head/security/munge/files/munged.in Tue Jun 2 14:58:24 2015 (r388362) @@ -1,23 +1,20 @@ #!/bin/sh -# -# # PROVIDE: munged # REQUIRE: LOGIN # KEYWORD: shutdown -# -# Add the following line to /etc/rc.conf to enable mysql: -# munged_enable (bool): Set to "NO" by default. -# Set it to "YES" to enable munged. -# munged_keyfile (str): Default to "/usr/local/etc/munge/munge.key" -# Default munge key. -# munged_pidfile (str): Custum PID file path and name. -# Default to "/var/run/munged.pid". -# +# Add the following line to /etc/rc.conf to enable munged: +# munged_enable (bool): Set to "NO" by default. +# Set it to "YES" to enable munged. +# munged_keyfile (str): Set to "/usr/local/etc/munge/munge.key" by default. +# Custom munge key. +# munged_pidfile (str): Set to "/var/run/munged.pid" by default. +# Custum PID file path and name. +# munged_flags (str): Set to "" by default. +# Extra flags passed to start command. . /etc/rc.subr - name="munged" rcvar=munged_enable stop_cmd="munged_stop"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506021458.t52EwOgN062279>