From d75425f2f3eb2935a60f385aebd81e9dfb32daa7 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 29 Mar 2009 11:53:50 +0200 Subject: [PATCH] newsyslog: s/sys/messages/g in conffile. --HG-- extra : convert_revision : 87945b74198194091b746f47a004674dcbc41def --- templates/newsyslog/files/newsyslog.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/newsyslog/files/newsyslog.conf b/templates/newsyslog/files/newsyslog.conf index 576cb1e0952..f255263c268 100644 --- a/templates/newsyslog/files/newsyslog.conf +++ b/templates/newsyslog/files/newsyslog.conf @@ -8,7 +8,7 @@ syslog { # Name Location Owner Group Perms ############################################################### log: auth /var/log/authlog root root 644 - log: sys /var/log/messages root root 644 + log: messages /var/log/messages root root 644 log: mail /var/log/maillog root root 644 log: wtmp /var/log/wtmp root root 644 @@ -16,7 +16,7 @@ syslog { # Name Archive Count ################################################ archive: auth prevlog 10 - archive: sys prevlog 10 + archive: messages prevlog 10 archive: mail prevlog 10 archive: wtmp prevlog 10 }