ports/62738: [patch] --with-daemon-name option to msyslog configure

Bill Melvin Bill.Melvin at esc.edu
Thu Feb 12 16:30:21 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list