#!/bin/sh #---------------------------------------------------------------------------- # /var/install/bin/post-setup-services-rsyslogd-logrotate-menu # # Creation: 2016-12-08 ansgar # Last Update: $Id$ # # Copyright (c) 2011-2022 the eisfair team, team(at)eisfair(dot)org # # Drop menu for Manual logfile rotate # # 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. #---------------------------------------------------------------------------- #exec 2>/tmp/$(basename ${0})-trace$$.log #set -x # --------------------------------------------------------------------------- # main # --------------------------------------------------------------------------- rm -f /var/install/menu/setup.services.rsyslogd.logrotate.menu # --------------------------------------------------------------------------- # end # ---------------------------------------------------------------------------