From ead70188273b5c666b07ef28656c3b8025feca36 Mon Sep 17 00:00:00 2001 From: Scott Barninger Date: Sun, 4 Sep 2005 15:28:00 +0000 Subject: [PATCH] Add README file to logwatch directory. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2374 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/scripts/logwatch/README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bacula/scripts/logwatch/README diff --git a/bacula/scripts/logwatch/README b/bacula/scripts/logwatch/README new file mode 100644 index 0000000000..91109f8581 --- /dev/null +++ b/bacula/scripts/logwatch/README @@ -0,0 +1,17 @@ +Installation instructions for bacula logwatch script +04 Sep 2005 + +Installation into a standard logwatch configuration is fairly +straightforward. Run 'make install' as root from this directory. + +For manual install copy the files as indicated below: + +cp -p scripts/logwatch/bacula /etc/log.d/scripts/services/bacula +cp -p scripts/logwatch/logfile.bacula.conf /etc/log.d/conf/logfiles/bacula.conf +cp -p scripts/logwatch/services.bacula.conf /etc/log.d/conf/services/bacula.conf +chmod 755 /etc/log.d/scripts/services/bacula +chmod 644 /etc/log.d/conf/logfiles/bacula.conf +chmod 644 /etc/log.d/conf/services/bacula.conf + +To test your installation run logwatch (as root): +/etc/log.d/logwatch -- 2.39.5