Subject: initscript: kill debug option

The apparmor module no longer supports being loaded with the
subdomain_debug module argument. Kill the option that tried to do this.
This commit is contained in:
Steve Beattie 2007-04-04 21:36:10 +00:00
parent f309bbd8e7
commit 1696851ec4
5 changed files with 0 additions and 20 deletions

View file

@ -100,9 +100,6 @@ case "$1" in
try-restart)
subdomain_try_restart
;;
debug)
subdomain_debug
;;
kill)
subdomain_kill
;;

View file

@ -427,14 +427,6 @@ subdomain_try_restart() {
return $?
}
subdomain_debug() {
subdomain_kill
load_module "subdomain_debug=1"
mount_subdomainfs
configure_owlsm
parse_profiles load
}
configure_owlsm () {
if [ "${SUBDOMAIN_ENABLE_OWLSM}" = "yes" -a -f ${SFS_MOUNTPOINT}/control/owlsm ] ; then
# Sigh, the "sh -c" is necessary for the SuSE sd_action

View file

@ -107,9 +107,6 @@ case "$1" in
try-restart)
subdomain_try_restart
;;
debug)
subdomain_debug
;;
kill)
subdomain_kill
;;

View file

@ -81,9 +81,6 @@ case "$1" in
try-restart)
subdomain_try_restart
;;
debug)
subdomain_debug
;;
kill)
subdomain_kill
;;

View file

@ -110,9 +110,6 @@ case "$1" in
try-restart)
subdomain_try_restart
;;
debug)
subdomain_debug
;;
kill)
subdomain_kill
;;