updated on Thu Jan 26 12:02:26 UTC 2012
[aur-mirror.git] / wifidog-gateway-svn / wifidog-gateway-svn.install
blob5b6bbef45ef6e62d7501b38b24b236a98d7ffa34
1 ## arg 1:  the new package version
2 post_install() {
3   cat << EOT
4 wifidog-gateway: Once you have configured /etc/wifidog/wifidog.conf, test the server with:
5 wifidog-gateway:    wifidog -f -d 7
6 wifidog-gateway: -f means to run in foreground (do not become a background daemon)
7 wifidog-gateway: -d 7 increases debug output level to the maximum
8 EOT
11 # vim:set ts=2 sw=2 et: