From 509cde20ab49bba0e77a5ab4de6389a8940b1ac2 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 20 Dec 2007 11:32:45 +0000 Subject: implemented $SystemLogSocketName config directive --- syslogd.c | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'syslogd.c') 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; -- cgit v1.2.3