diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-20 11:32:45 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-20 11:32:45 +0000 |
commit | 509cde20ab49bba0e77a5ab4de6389a8940b1ac2 (patch) | |
tree | 6bf7f1ba0a652a068c44c320c20fec6942ad9431 /syslogd.c | |
parent | b9cd4dd8bb90822d35aa5cafb3c94f689faa5009 (diff) | |
download | rsyslog-509cde20ab49bba0e77a5ab4de6389a8940b1ac2.tar.gz rsyslog-509cde20ab49bba0e77a5ab4de6389a8940b1ac2.tar.bz2 rsyslog-509cde20ab49bba0e77a5ab4de6389a8940b1ac2.zip |
implemented $SystemLogSocketName config directive
Diffstat (limited to 'syslogd.c')
-rw-r--r-- | syslogd.c | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -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; |