mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
658d069b16
(This used to be commit 4b9f891319fad31eb0494ab57d186568f35443ba)
12 lines
174 B
Plaintext
12 lines
174 B
Plaintext
#/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
|