mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
added missing functions to slackware init script
This commit is contained in:
parent
1567ea6f4c
commit
32105d0816
1 changed files with 20 additions and 0 deletions
|
@ -53,6 +53,26 @@ aa_log_skipped_msg() {
|
||||||
echo ": Skipped."
|
echo ": Skipped."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
aa_log_action_start()
|
||||||
|
{
|
||||||
|
echo "$@"
|
||||||
|
}
|
||||||
|
|
||||||
|
aa_log_action_end()
|
||||||
|
{
|
||||||
|
printf ""
|
||||||
|
}
|
||||||
|
|
||||||
|
aa_log_daemon_msg()
|
||||||
|
{
|
||||||
|
echo "$@"
|
||||||
|
}
|
||||||
|
|
||||||
|
aa_log_end_msg()
|
||||||
|
{
|
||||||
|
printf ""
|
||||||
|
}
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
echo "Usage: $0 {start|stop|restart|try-restart|reload|force-reload|status|kill}"
|
echo "Usage: $0 {start|stop|restart|try-restart|reload|force-reload|status|kill}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue