2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 14:25:52 +00:00

fixed the insserv type

This commit is contained in:
David J Drewelow
2006-11-13 10:29:02 +00:00
parent 2c340e26a2
commit 11ed6c1ca5

View File

@@ -72,7 +72,7 @@ sub setSubdomain {
}
if (-f "/etc/init.d/aaeventd") {
system("/sbin/rcaaeventd stop");
system("/sbin/insserv -e aaeventd");
system("/sbin/insserv -r aaeventd");
}
}
return $errmsg;