File: zabbix-server-pgsql.config

package info (click to toggle)
zabbix 1%3A1.1.4-10etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 7,964 kB
  • ctags: 8,876
  • sloc: php: 28,690; ansic: 27,593; sql: 5,639; sh: 4,771; cpp: 4,632; makefile: 340; python: 238
file content (10 lines) | stat: -rw-r--r-- 176 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
. /usr/share/debconf/confmodule
. /usr/share/dbconfig-common/dpkg/config.pgsql
dbc_dbuser=zabbix
dbc_dbname=zabbix
dbc_go zabbix-server-pgsql $@

#DEBHELPER#

exit 0