summarylogtreecommitdiffstats
path: root/authpuppy.install
diff options
context:
space:
mode:
Diffstat (limited to 'authpuppy.install')
-rw-r--r--authpuppy.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/authpuppy.install b/authpuppy.install
new file mode 100644
index 000000000000..c37bc159951f
--- /dev/null
+++ b/authpuppy.install
@@ -0,0 +1,7 @@
+## arg 1: the new package version
+post_install() {
+ echo " You need to setup Apache to serve /srv/http/wifidog-auth then open install.php in your browser to finish installation"
+ echo " Add your httpd-authpuppy.conf in httpd.conf "
+}
+
+# vim:set ts=2 sw=2 et: