summaryrefslogtreecommitdiffstats
path: root/src/etc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-12-30 20:55:23 -0600
committerRenato Botelho <renato@netgate.com>2016-01-05 09:08:10 -0200
commit84a7c17d88da676c1fb0f9c2f9264870b25404ed (patch)
tree7b603c2e3399a62af47164817439543c732622cf /src/etc
parent33d69e816f95340c9344d0c9d37a519b59049960 (diff)
downloadpfsense-84a7c17d88da676c1fb0f9c2f9264870b25404ed.zip
pfsense-84a7c17d88da676c1fb0f9c2f9264870b25404ed.tar.gz
clean up lighttpd bits
Diffstat (limited to 'src/etc')
-rw-r--r--src/etc/inc/system.inc8
-rwxr-xr-xsrc/etc/rc1
2 files changed, 0 insertions, 9 deletions
diff --git a/src/etc/inc/system.inc b/src/etc/inc/system.inc
index 2108edb..66b0c91 100644
--- a/src/etc/inc/system.inc
+++ b/src/etc/inc/system.inc
@@ -1237,14 +1237,6 @@ function system_generate_nginx_config($filename,
}
}
- if (!isset($config['syslog']['nologlighttpd'])) {
- $nginx_use_syslog = <<<EOD
-## where to send error-messages to
-server.errorlog-use-syslog="enable"
-EOD;
- }
-
-
if ($captive_portal !== false) {
$fast_cgi_path = "{$g['tmp_path']}/php-fastcgi-{$captive_portal}.socket";
$fastcgi_config = <<<EOD
diff --git a/src/etc/rc b/src/etc/rc
index 6b36401..301741f 100755
--- a/src/etc/rc
+++ b/src/etc/rc
@@ -388,7 +388,6 @@ export fcgipath=/var/run/php-fpm.socket
# let the PHP-based configuration subsystem set up the system now
echo -n "Launching the init system..."
/bin/rm -f /cf/conf/backup/backup.cache
-/bin/rm -f /root/lighttpd*
/usr/bin/touch $varrunpath/booting
if [ "${PLATFORM}" = "nanobsd" ]; then
OpenPOWER on IntegriCloud