diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-08-28 20:17:06 -0500 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-09-22 16:14:58 -0300 |
commit | 90cdef590d9a809d8aaa379d7b7af0a7be21669a (patch) | |
tree | 58687b5da505377ea94028d9e6498061dafcf932 /pcr/openrc-net/lighttpd.confd | |
parent | 34e667f817febcd3589e20b9d0dcb8cbf6c95fd7 (diff) | |
download | abslibre-90cdef590d9a809d8aaa379d7b7af0a7be21669a.tar.gz abslibre-90cdef590d9a809d8aaa379d7b7af0a7be21669a.tar.bz2 abslibre-90cdef590d9a809d8aaa379d7b7af0a7be21669a.zip |
openrc-net-20150828-1: updating version
Diffstat (limited to 'pcr/openrc-net/lighttpd.confd')
-rw-r--r-- | pcr/openrc-net/lighttpd.confd | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/pcr/openrc-net/lighttpd.confd b/pcr/openrc-net/lighttpd.confd deleted file mode 100644 index f3afb07a5..000000000 --- a/pcr/openrc-net/lighttpd.confd +++ /dev/null @@ -1,12 +0,0 @@ -# /etc/conf.d/lighttpd - -# Location of a shell used by the 'include_shell' directive -# in the lighttpd's configuration file -#export SHELL="/bin/bash" - -# Location of the lighttpd configuration file -LIGHTTPD_CONF="/etc/lighttpd/lighttpd.conf" - -# Location of the lighttpd pid file -LIGHTTPD_PID="$(/usr/bin/awk '/^server.pid-file/{s=$3};{sub("\"","",s)};END{print s}' ${LIGHTTPD_CONF})" - |