From 481d4aa0eb656747987042ad7c59ae783ab24ed8 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sat, 28 May 2016 00:50:22 -0500 Subject: openrc-net-20160528-1: updating version --- pcr/openrc-net/lighttpd.install | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'pcr/openrc-net/lighttpd.install') diff --git a/pcr/openrc-net/lighttpd.install b/pcr/openrc-net/lighttpd.install index 60b2c5688..f01b5f13e 100644 --- a/pcr/openrc-net/lighttpd.install +++ b/pcr/openrc-net/lighttpd.install @@ -1,21 +1,7 @@ -_svc="lighttpd" -_rlvl="default" - 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)" - _cmd="rc-update add ${_svc} ${_rlvl}" - echo " ==> run '${_cmd}'" -} - -post_upgrade() { - post_install "$1" -} - -post_remove() { - _cmd="rc-update del ${_svc} ${_rlvl}" - echo " ==> run '${_cmd}'" } -- cgit v1.2.3