summaryrefslogtreecommitdiffstats
path: root/syslogd.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-09-11 13:13:05 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-09-11 13:13:05 +0000
commit0d39d623e785e442da668ea55bcd3731065e7b8f (patch)
treec98468168e8d87ba180af9bfc319d41f74f2a606 /syslogd.c
parent29cefd075252a59a87952eac5cdc06e085efc8b7 (diff)
downloadrsyslog-0d39d623e785e442da668ea55bcd3731065e7b8f.tar.gz
rsyslog-0d39d623e785e442da668ea55bcd3731065e7b8f.tar.xz
rsyslog-0d39d623e785e442da668ea55bcd3731065e7b8f.zip
- checked -s/-l option and found that they work as expected - closed case
- added some comments in relation to -s/-l option
Diffstat (limited to 'syslogd.c')
-rw-r--r--syslogd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/syslogd.c b/syslogd.c
index 5778d2a5..093020d8 100644
--- a/syslogd.c
+++ b/syslogd.c
@@ -542,8 +542,8 @@ static int MarkSeq = 0; /* mark sequence number - modified in domark() only */
static int NoFork = 0; /* don't fork - don't run in daemon mode - read-only after startup */
static int AcceptRemote = 0;/* receive messages that come via UDP - read-only after startup */
int DisableDNS = 0; /* don't look up IP addresses of remote messages */
-char **StripDomains = NULL;/* these domains may be stripped before writing logs - r/o after s.u.*/
-char **LocalHosts = NULL;/* these hosts are logged with their hostname - read-only after startup*/
+char **StripDomains = NULL;/* these domains may be stripped before writing logs - r/o after s.u., never touched by init */
+char **LocalHosts = NULL;/* these hosts are logged with their hostname - read-only after startup, never touched by init */
int NoHops = 1; /* Can we bounce syslog messages through an
intermediate host. Read-only after startup */
static int Initialized = 0; /* set when we have initialized ourselves