#! /bin/sh #---------------------------------------------------------------------------------- # /var/install/bin/pre-setup-services-mini_httpd-access-view-log - extract log information # # Copyright (c) 2011-2024 The Eisfair Team, team(at)eisfair(dot)org # # Creation: 2011-04-09 jed # Last Update: $Id$ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #---------------------------------------------------------------------------------- # include eislib etc. . /var/install/include/eislib module_name='mini_httpd' . /etc/config.d/${module_name} if [ "${MINI_HTTPD_LOG}" = 'no' ] then mecho --warn "logging is currently disabled, please check MINI_HTTPD_LOG and MINI_HTTPD_LOGFILE." fi