[Bug 1035062] Tumbleweed no longer executes scripts in /etc/init.d
http://bugzilla.suse.com/show_bug.cgi?id=1035062 http://bugzilla.suse.com/show_bug.cgi?id=1035062#c13 --- Comment #13 from Thomas Blume <thomas.blume@suse.com> --- (In reply to Thorsten Kukuk from comment #12)
It's a trivial fix for systemd-sysv-convert you need:
If we do so, I'd suggest to also address this within the systemd package: --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1b1de43dd..7edb50c80 100644 --- a/configure.ac +++ b/configure.ac @@ -1430,7 +1430,7 @@ AM_CONDITIONAL(ENABLE_LDCONFIG, [test x$enable_ldconfig = xyes]) # ------------------------------------------------------------------------------ # Location of the init scripts as mandated by LSB SYSTEM_SYSVINIT_PATH=/etc/init.d -SYSTEM_SYSVRCND_PATH=/etc/rc.d +SYSTEM_SYSVRCND_PATH="${SYSTEM_SYSVINIT_PATH}" AC_ARG_WITH([sysvinit-path], [AS_HELP_STRING([--with-sysvinit-path=PATH], -- -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com