File: slm.config

package info (click to toggle)
slm 2.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,520 kB
  • sloc: python: 15,419; javascript: 5,061; makefile: 184; sh: 182; xml: 57
file content (11 lines) | stat: -rw-r--r-- 269 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -e

# Source debconf library.
. /usr/share/debconf/confmodule

db_input high slm/debug       || true
db_input high slm/servername  || true
db_input high slm/adminmail   || true
db_input high slm/adminpass   || true
db_input high slm/lang        || true
db_go