blob: f01b5f13ea4053e10269079b0aa9e6d656e65041 (
plain)
1
2
3
4
5
6
7
|
post_install() {
# conf1='server.pid-file = "/run/lighttpd.pid"'
# conf2='server.bind = "localhost"'
# file="/etc/lighttpd/lighttpd.conf"
# echo " ==> $file requires $conf1"
# echo " ==> $file requires $conf2(or any binding interface)"
}
|