summaryrefslogtreecommitdiffstats
path: root/syslogd.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-20 11:32:45 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-20 11:32:45 +0000
commit509cde20ab49bba0e77a5ab4de6389a8940b1ac2 (patch)
tree6bf7f1ba0a652a068c44c320c20fec6942ad9431 /syslogd.c
parentb9cd4dd8bb90822d35aa5cafb3c94f689faa5009 (diff)
downloadrsyslog-509cde20ab49bba0e77a5ab4de6389a8940b1ac2.tar.gz
rsyslog-509cde20ab49bba0e77a5ab4de6389a8940b1ac2.tar.xz
rsyslog-509cde20ab49bba0e77a5ab4de6389a8940b1ac2.zip
implemented $SystemLogSocketName config directive
Diffstat (limited to 'syslogd.c')
-rw-r--r--syslogd.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/syslogd.c b/syslogd.c
index e8b93f7c..87c6836f 100644
--- a/syslogd.c
+++ b/syslogd.c
@@ -302,15 +302,6 @@
#define _PATH_TTY "/dev/tty"
#endif
-#ifndef _PATH_LOG
-#ifdef BSD
-#define _PATH_LOG "/var/run/log"
-#else
-#define _PATH_LOG "/dev/log"
-#endif
-#endif
-
-
/* IPv6 compatibility layer for older platforms
* We need to handle a few things different if we are running
* on an older platform which does not support all the glory
@@ -6171,11 +6162,6 @@ int main(int argc, char **argv)
case 'n': /* don't fork */
NoFork = 1;
break;
-#if 0
- case 'p': /* path to regular log socket */
- funixn[0] = optarg;
- break;
-#endif
case 'q': /* add hostname if DNS resolving has failed */
ACLAddHostnameOnFail = 1;
break;