Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jan 2001 12:26:17 +0100 (CET)
From:      Udo Schweigert <ust@cert.siemens.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/24380: MAINTAINER update op port net/iplog
Message-ID:  <200101161126.f0GBQHO57200@alaska.cert.siemens.de>

next in thread | raw e-mail | index | archive | help

>Number:         24380
>Category:       ports
>Synopsis:       MAINTAINER update op 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:   Tue Jan 16 03:30:05 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Udo Schweigert
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
>Environment:

FreeBSD 4.2-STABLE i386

>Description:

Fix a problem when installing without a previously installed version of 
iplog port.


>How-To-Repeat:
>Fix:


diff -r -u /usr/ports/net/iplog/Makefile iplog/Makefile
--- /usr/ports/net/iplog/Makefile	Wed Jan 10 20:05:17 2001
+++ iplog/Makefile	Tue Jan 16 12:20:07 2001
@@ -30,7 +30,8 @@
 	${INSTALL_DATA} ${WRKSRC}/example-iplog.conf ${PREFIX}/etc
 .if !exists(${PREFIX}/etc/iplog.conf)
 	${INSTALL_DATA} ${WRKSRC}/example-iplog.conf ${PREFIX}/etc/iplog.conf
-.else
+.endif
+.if exists(${PREFIX}/etc/iplog.rules)
 	@${ECHO_MSG}
 	@${ECHO_MSG} "============================================================================"
 	@${ECHO_MSG} "Hint:	iplog changed its configuration file from ${PREFIX}/etc/iplog.rules"
@@ -38,6 +39,7 @@
 	@${ECHO_MSG}
 	@${ECHO_MSG} "See ${PREFIX}/etc/example-iplog.conf for an example"
 	@${ECHO_MSG} "============================================================================"
+.endif
 	@${ECHO_MSG}
 	@${ECHO_MSG} "Installing ${PREFIX}/etc/rc.d/iplog.sh.sample file."
 	@${CAT} ${FILESDIR}/iplog.sh.tmpl | \
@@ -49,6 +51,5 @@
 	@${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?200101161126.f0GBQHO57200>