18 Feb
2013
18 Feb
'13
15:04
https://bugzilla.novell.com/show_bug.cgi?id=804273 https://bugzilla.novell.com/show_bug.cgi?id=804273#c4 --- Comment #4 from Jan Engelhardt <jengelh@inai.de> 2013-02-18 16:04:21 CET --- But what does sysv matter here? Just have something like this at the start of insserv: #!/bin/sh foo=0; for loc in /etc/systemd/system /usr/lib/systemd/system /lib/systemd/system; do if [ -e "/usr/lib/systemd/system/$1.service" ]; then systemctl enable "$1.service"; foo=1 fi; done; if [ "$foo" = "0" ]; then # sysv gook fi; -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.