File: postgresql-common.config

package info (click to toggle)
postgresql-common 289
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 1,536 kB
  • sloc: perl: 4,151; sh: 1,582; makefile: 330; sql: 13; ansic: 10
file content (11 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

set -e

. /usr/share/debconf/confmodule

# createcluster.conf
db_input medium postgresql-common/ssl || true
db_go || true

db_stop