summaryrefslogtreecommitdiff
path: root/community-staging/hostapd/hostapd.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-11 23:14:54 +0000
committerroot <root@rshg054.dnsready.net>2012-02-11 23:14:54 +0000
commitcfceb92e73d7f6a32494f0ba258b98748af43f34 (patch)
tree56f71bc4b93aa78486f4e0e0b0c5250ea977f114 /community-staging/hostapd/hostapd.install
parent9d1489b877a1fa7c2674cf1f744804db42d93bfc (diff)
Sat Feb 11 23:14:53 UTC 2012
Diffstat (limited to 'community-staging/hostapd/hostapd.install')
-rw-r--r--community-staging/hostapd/hostapd.install20
1 files changed, 20 insertions, 0 deletions
diff --git a/community-staging/hostapd/hostapd.install b/community-staging/hostapd/hostapd.install
new file mode 100644
index 000000000..801187e71
--- /dev/null
+++ b/community-staging/hostapd/hostapd.install
@@ -0,0 +1,20 @@
+post_install() {
+ echo "> Note: You will find some config examples in"
+ echo "> /etc/hostapd. The default location of several"
+ echo "> key configuration files for hostapd are in"
+ echo "> /etc/hostapd as well. They are:"
+ echo "> hostapd.conf --> primary configuration file"
+ echo "> hostapd.allow --> MAC allow list"
+ echo "> hostapd.deny --> MAC deny list"
+ echo "> Also, note that there are some self-explanatory"
+ echo "> examples in the directory. Feel free to change the mac"
+ echo "> list location by defining it differently in your hostapd.conf"
+ echo "> file. Please, note, however. The daemon start/stop"
+ echo "> script assumes you have a working config file at"
+ echo "> /etc/hostapd/hostapd.conf. One final thing to remember."
+ echo "> You need to install madwifi if you want support for it."
+}
+
+post_upgrade() {
+ post_install
+}