mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 00:14:44 +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."
|
||||
}
|
||||
|
||||
aa_log_action_start()
|
||||
{
|
||||
echo "$@"
|
||||
}
|
||||
|
||||
aa_log_action_end()
|
||||
{
|
||||
printf ""
|
||||
}
|
||||
|
||||
aa_log_daemon_msg()
|
||||
{
|
||||
echo "$@"
|
||||
}
|
||||
|
||||
aa_log_end_msg()
|
||||
{
|
||||
printf ""
|
||||
}
|
||||
|
||||
usage() {
|
||||
echo "Usage: $0 {start|stop|restart|try-restart|reload|force-reload|status|kill}"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue