Date: Thu, 12 Feb 2004 11:24:54 -0500 (EST) From: Bill Melvin <Bill.Melvin@esc.edu> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/62738: [patch] --with-daemon-name option to msyslog configure Message-ID: <200402121624.i1CGOs61051604@blue.esc.edu> Resent-Message-ID: <200402121630.i1CGULdd074948@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 62738 >Category: ports >Synopsis: [patch] --with-daemon-name option to msyslog configure >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 12 08:30:20 PST 2004 >Closed-Date: >Last-Modified: >Originator: Bill Melvin >Release: FreeBSD 4.9-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD amnesiac 4.9-RELEASE-p1 FreeBSD 4.9-RELEASE-p1 #26: Sun Dec 14 12:57:33 EST 2003 joe@aol.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: Would like to specify the --with-daemon-name option via something like # make WITH_DAEMON_NAME=msyslogd >How-To-Repeat: >Fix: --- msyslog-daemon-name.patch begins here --- --- Makefile.orig Thu Feb 12 11:06:20 2004 +++ Makefile Thu Feb 12 11:06:43 2004 @@ -35,6 +35,9 @@ .if !defined(WITH_PGSQL) CONFIGURE_ARGS+= --without-pgsql .endif +.if defined(WITH_DAEMON_NAME) +CONFIGURE_ARGS+= --with-daemon-name=${WITH_DAEMON_NAME} +.endif MAN5= syslog.conf.5 MAN8= im_bsd.8 im_tcp.8 im_udp.8 im_unix.8 om_classic.8 om_tcp.8 om_peo.8 \ --- msyslog-daemon-name.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402121624.i1CGOs61051604>