pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

munge: Add munge_user and munge_group to NetBSD rc script



Module Name:	pkgsrc-wip
Committed By:	Charlie Root <root%netbsd10.acadix.biz@localhost>
Pushed By:	outpaddling
Date:		Mon May 13 09:39:30 2024 -0500
Changeset:	28cd667de74cabdd1cdf103984472948ddd38752

Modified Files:
	munge/files/munge.sh

Log Message:
munge: Add munge_user and munge_group to NetBSD rc script

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=28cd667de74cabdd1cdf103984472948ddd38752

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 munge/files/munge.sh | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/munge/files/munge.sh b/munge/files/munge.sh
index eab070367f..fe88e6357b 100644
--- a/munge/files/munge.sh
+++ b/munge/files/munge.sh
@@ -10,6 +10,8 @@
 name="munge"
 rcvar=${name}
 command="@PREFIX@/sbin/munged"
+munge_user="munge"
+munge_group="munge"
 
 load_rc_config $name
 run_rc_command "$1"


Home | Main Index | Thread Index | Old Index