diff options
-rw-r--r-- | plugins/imklog/linux.c | 2 | ||||
-rw-r--r-- | rsyslog.conf.5 | 2 | ||||
-rw-r--r-- | rsyslogd.8 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/imklog/linux.c b/plugins/imklog/linux.c index 25f012c3..faf20134 100644 --- a/plugins/imklog/linux.c +++ b/plugins/imklog/linux.c @@ -140,7 +140,7 @@ static enum LOGSRC GetKernelLogSrc(void) { /* Initialize kernel logging. */ ksyslog(1, NULL, 0); - imklogLogIntMsg(LOG_INFO, "imklogd %s, log source = ksyslog " + imklogLogIntMsg(LOG_INFO, "imklog %s, log source = ksyslog " "started.", VERSION); return(kernel); } diff --git a/rsyslog.conf.5 b/rsyslog.conf.5 index dd80fca0..122f3c84 100644 --- a/rsyslog.conf.5 +++ b/rsyslog.conf.5 @@ -17,7 +17,7 @@ .\" along with this program; if not, write to the Free Software .\" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. .\" -.TH RSYSLOG.CONF 5 "07 April 2008" "Version 3.17.0" "Linux System Administration" +.TH RSYSLOG.CONF 5 "11 July 2008" "Version 3.18.0" "Linux System Administration" .SH NAME rsyslog.conf \- rsyslogd(8) configuration file .SH DESCRIPTION @@ -1,7 +1,7 @@ .\" Copyright 2004-2008 Rainer Gerhards and Adiscon for the rsyslog modifications .\" May be distributed under the GNU General Public License .\" -.TH RSYSLOGD 8 "07 April 2008" "Version 3.17.0" "Linux System Administration" +.TH RSYSLOGD 8 "11 July 2008" "Version 3.18.0" "Linux System Administration" .SH NAME rsyslogd \- reliable and extended syslogd .SH SYNOPSIS |