Mailinglist Archive: opensuse-bugs (6759 mails)
| < Previous | Next > |
[Bug 727445] YaST cannot determine firewall running status
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 2 Nov 2011 13:15:04 +0000
- Message-id: <20111102131504.7DC15245523@molor.provo.novell.com>
https://bugzilla.novell.com/show_bug.cgi?id=727445
https://bugzilla.novell.com/show_bug.cgi?id=727445#c6
--- Comment #6 from Ludwig Nussel <lnussel@xxxxxxxx> 2011-11-02 14:15:03 CET ---
like this?
--- a/files/etc/rc.status
+++ b/files/etc/rc.status
@@ -33,7 +33,7 @@
#
# Check if the service is used under systemd but not started with
-if /bin/mountpoint -q /sys/fs/cgroup/systemd > /dev/null 2>&1 ; then
+if test -z "$SYSTEMD_NO_WRAP" && /bin/mountpoint -q /sys/fs/cgroup/systemd >
/dev/null 2>&1 ; then
if test $PPID -ne 1 -a $# -eq 1 ; then
_rc_base=
case "$0" in
--
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.
| < Previous | Next > |