updated on Tue Jan 10 08:08:34 UTC 2012
[aur-mirror.git] / micro_httpd / micro_httpd.install
blob04e4674b69305f251c82c498d83bfd14042d6da3
1 post_install() {
2   cat << EOF
3 ==> micro_httpd is run through xinetd.
4 ==> edit /etc/xinetd.d/micro_httpd: enter your webroot dir
5 ==>   and change 'disable' to 'no'.
6 ==> add 'micro_httpd: ALL : ALLOW' to /etc/hosts.allow
7 ==> run xinetd: '/etc/rc.d/xinetd start'
8 EOF
11 post_upgrade() {
12   post_install
15 # vim:set ts=2 sw=2 et: