File: textpattern.config

package info (click to toggle)
textpattern 4.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,888 kB
  • ctags: 4,970
  • sloc: php: 27,609; sh: 175; makefile: 20
file content (20 lines) | stat: -rw-r--r-- 455 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh

set -e

. /usr/share/debconf/confmodule

db_input medium textpattern/hosts || true
db_go || true

if [ -f /usr/share/dbconfig-common/dpkg/config ]; then
        dbc_dbtypes="mysql"
        dbc_authmethod_user="password"
        . /usr/share/dbconfig-common/dpkg/config 
        dbc_go textpattern $@
fi

db_input medium textpattern/reconfigure-webserver || true
db_go || true
db_input medium textpattern/restart-webserver || true
db_go || true