Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jan 2001 21:15:25 +0100 (CET)
From:      Udo Schweigert <ust@cert.siemens.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/24162: MAINTAINER update of port net/iplog
Message-ID:  <200101082015.f08KFP694990@alaska.cert.siemens.de>

next in thread | raw e-mail | index | archive | help
>Number:         24162
>Category:       ports
>Synopsis:       MAINTAINER update of port net/iplog
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 08 12:40:02 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Udo Schweigert
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
>Environment:

FreeBSD 4.2-STABLE

>Description:

MAINTAINER update of port net/iplog

Solves a little problem with the startup script (permissions should be 555, 
otherwise it won't be started by /etc/rc).

Also added: Hint on how to enable daemon startup. 

[Sorry, but I noticed the problem when rebooting, which is not so often 
with FreeBSD ;-) ]

>How-To-Repeat:
>Fix:

diff -u /usr/ports/net/iplog/Makefile iplog/Makefile
--- /usr/ports/net/iplog/Makefile	Mon Jan  8 20:59:00 2001
+++ iplog/Makefile	Mon Jan  8 21:07:31 2001
@@ -43,6 +43,12 @@
 	@${CAT} ${FILESDIR}/iplog.sh.tmpl | \
 		${SED} -e 's;PREFIX;${PREFIX};' \
 		> ${PREFIX}/etc/rc.d/iplog.sh.sample
+	@${CHMOD} 555 ${PREFIX}/etc/rc.d/iplog.sh.sample
+	@${ECHO_MSG} "----------------------------------------------------------------------------"
+	@${ECHO_MSG} "If you want iplog to be run as a daemon then do:"
+	@${ECHO_MSG} "cp -p ${PREFIX}/etc/rc.d/iplog.sh.sample ${PREFIX}/etc/rc.d/iplog.sh"
+	@${ECHO_MSG} "----------------------------------------------------------------------------"
+	@${ECHO_MSG}
 .endif
 
 .include <bsd.port.post.mk>

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101082015.f08KFP694990>