blob: e210fae55eaa26379499eea44bba49a3d3931f85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#/bin/sh -e
#
#
# Source debconf library.
. /usr/share/debconf/confmodule
db_title "Samba Web Administration Tool (SWAT)"
db_input medium swat/smb_conf_warn || true
db_go
|