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
check_logfiles: 3.7.5.1
[omd.git]
/
packages
/
mysql-omd
/
MYSQL.hook
blob
d580f3f8d27a84622224f8854bbe5602352cc86a
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