repo.or.cz
/
omd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
nagios-plugins: build check_radius needs libradius
[omd.git]
/
packages
/
mysql-omd
/
MYSQL.hook
blob
5e38daa8b8987bb6d3cc2c3672d98906c27c69a3
1
#!/bin/bash
2
3
# Alias: Start site-local MySQL Daemon
4
# Menu: Addons
5
# Description:
6
# If you want to use addons based on MySQL, then you can activate
7
# this option and a site specific MySQL daemon will be started.
8
9
case
"
$1
"
in
10
default
)
11
echo
"off"
12
;;
13
choices
)
14
echo
"on: enable"
15
echo
"off: disable"
16
;;
17
esac