File: config

package info (click to toggle)
common-lisp-controller 6.9
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 236 kB
  • ctags: 50
  • sloc: lisp: 488; sh: 274; makefile: 59
file content (15 lines) | stat: -rw-r--r-- 231 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

set -e

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

# site names
db_input medium common-lisp-controller/short-site-name || true
db_go

db_input medium common-lisp-controller/long-site-name || true
db_go