#! /bin/sh #---------------------------------------------------------------------------------- # /var/install/bin/post-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. #---------------------------------------------------------------------------------- module_name='mini_httpd' . /etc/config.d/${module_name} if [ "${MINI_HTTPD_LOG}" = 'no' ] then # no log file defined rm -f ${MINI_HTTPD_LOG_FILE} fi