#!/bin/sh #---------------------------------------------------------------------------- # /var/install/bin/post-setup-service-rsyslogd-list-allowed-sender # # Creation: 2019-07-21 ansgar # Last Update: $Id$ # # Copyright (c) 2011-2022 the eisfair team, team(at)eisfair(dot)org # # 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 OUTPUT_FILE='/tmp/rsyslogd_allowed_sender' # --------------------------------------------------------------------------- # main # --------------------------------------------------------------------------- rm -f $OUTPUT_FILE # --------------------------------------------------------------------------- # end # ---------------------------------------------------------------------------