- Update to version 0.5.14, most relevant changes: * Added mungekey command for key generation via HKDF. * Added negative caching of user lookups for processing supplementary groups. * Added munged --origin and --stop cmdline opt. * Added unmunge --numeric cmdline opt. * Added several new configuration options. * Added systemd EnvironmentFile to set sysconfig options. * Added systemd RuntimeDirectory to replace tmpfiles.d conf. * Changed logging of non-existent users to only log once for a given user. * Changed default name of munged seedfile. * Fixed pidfile corruption when starting new daemon while socket still in use. * Fixed munged signal handlers to be async-signal-safe. * Fixed "Logging stopped due to error" behavior for transient errors. * Fixed misleading "Lockfile not found" error message. * Fixed conversion-specifier / argument mismatch in error message. * Removed autotools-generated files from version control. - Update patch: * Make-SUSE-specific-adjustments.patch - Spec cleanup - Update package description to match upstream's - Add logrotate file and Requires in logrotate - Run bootstrap to create autotools files. OBS-URL: https://build.opensuse.org/request/show/789036 OBS-URL: https://build.opensuse.org/package/show/network:cluster/munge?expand=0&rev=34
27 lines
961 B
Diff
27 lines
961 B
Diff
From: Egbert Eich <eich@suse.de>
|
|
Date: Sat Oct 15 21:10:56 2016 +0200
|
|
Subject: [PATCH]Make SUSE specific adjustments
|
|
Git-commit: e82cc0c3a5a40ee9053adeb34410575533fd2530
|
|
References:
|
|
Signed-off-by: Egbert Eich <eich@suse.com>
|
|
|
|
For sysvinit set runlvls where to start/stop munge.
|
|
|
|
Signed-off-by: Egbert Eich <eich@suse.de>
|
|
|
|
diff --git a/src/etc/munge.sysvinit.init.in b/src/etc/munge.sysvinit.init.in
|
|
index 93d461b..3414ed5 100644
|
|
--- a/src/etc/munge.sysvinit.init.in
|
|
+++ b/src/etc/munge.sysvinit.init.in
|
|
@@ -14,8 +14,8 @@
|
|
# Required-Stop: $local_fs $remote_fs
|
|
# Should-Start: $named $syslog
|
|
# Should-Stop: $named $syslog
|
|
-# Default-Start:
|
|
-# Default-Stop:
|
|
+# Default-Start: 3 5
|
|
+# Default-Stop: 0 1 2 6
|
|
# Short-Description: MUNGE Uid 'N' Gid Emporium authentication service
|
|
# Description: MUNGE (MUNGE Uid 'N' Gid Emporium) is a highly scalable
|
|
# authentication service for creating and validating
|