Refactoring: Changed all check parameters starting with an 'o' to the new rulespec...
[check_mk.git] / omd / debian / config
blob63771ebc09916e187ece76003c986c51f8a3ccc4
1 #!/bin/sh
2 # debconf settings for omd
4 # Source debconf library.
5 . /usr/share/debconf/confmodule
7 db_version 2.0
8 db_title "OMD - Open Monitoring Distribution"
10 db_get omd/nagios-plugins-suid
11 if [ -z "$RET" ]; then
12 db_set omd/nagios-plugins-suid true
14 # db_fset omd/nagios-plugins-suid seen false
15 db_input medium omd/nagios-plugins-suid || true
16 db_go