From f9ef31c739d933c3f6fcaace437184707fb14261 Mon Sep 17 00:00:00 2001 From: Wincent Colaiuta Date: Tue, 23 Jun 2009 22:56:47 +0200 Subject: [PATCH] Add README for RHEL 5.3 contrib files Signed-off-by: Wincent Colaiuta --- contrib/RHEL-5.3/README | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 contrib/RHEL-5.3/README diff --git a/contrib/RHEL-5.3/README b/contrib/RHEL-5.3/README new file mode 100644 index 0000000..f6a148f --- /dev/null +++ b/contrib/RHEL-5.3/README @@ -0,0 +1,40 @@ +This directory contains platform-specific Bansshee support files for Red Hat +Enterprise Linux 5.3. + + +LOGWATCH FILTER FILES + + etc/logwatch/conf/services/bansshee.conf + etc/logwatch/conf/services/secure.conf + etc/logwatch/scripts/services/bansshee + + +STARTUP SCRIPT + + etc/rc.d/init.d/bansshee + + +INSTALLATION + +To use the filter files, copy them to the appropriate directories: + + sudo cp etc/logwatch/conf/services/* \ + /etc/logwatch/conf/services/ + sudo cp etc/logwatch/scripts/services/bansshee \ + /etc/logwatch/scripts/services/ + +To use the startup script, copy it to the /etc/rc.d/init.d directory: + + sudo cp etc/rc.d/init.d/bansshee /etc/rc.d/init.d/ + +Specify that the basshee service should be started at boot time: + + sudo chkconfig bansshee on + +Confirm that the service will be started at boot: + + sudo chkconfig --list bansshee + +Start the bansshee service if not already started: + + sudo service bansshee start -- 2.37.1