1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-09-01 04:14:15 -04:00
gophernicus/debian/gophernicus.config
2014-01-25 11:21:40 +02:00

15 lines
248 B
Bash
Executable File

#!/bin/sh
# Source debconf library
. /usr/share/debconf/confmodule
# Ask for a hostname
db_input high gophernicus/fqdn || true
db_go
# Clear old config on reconfigure
if [ "$1" = "reconfigure" ]; then
update-inetd --remove "#<off># gopher"
fi