Bug 69233

Summary: [patch] net/openntpd man-page path-fixes
Product: Ports & Packages Reporter: edwin
Component: Individual Port(s)Assignee: Christian Weisgerber <naddy>
Status: Closed FIXED    
Severity: Affects Only Me CC: nabby
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description edwin 2004-07-18 08:20:23 UTC
- man 8 ntpd and man 5 ntpd.conf says:
	FILES
	     /etc/ntpd.conf  ntpd configuration file.

Fix: 

note that this are actually patches against the 20040716p version.

And this to the Makefile:

USE_REINPLACE=  yes
post-patch:
        ${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},g' \
                ${WRKSRC}/ntpd.conf.5 \
                ${WRKSRC}/ntpd.8--neCx7tcl8RW5SnXQgoDa4dyv9BJD8T0ILIB2581Ger1oMvam
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- ntpd.8.orig Thu Jul 15 20:16:28 2004
+++ ntpd.8      Sun Jul 18 10:32:07 2004
@@ -70,11 +70,11 @@
 .Ar file
 as the configuration file,
 instead of the default
-.Pa /etc/ntpd.conf .
+.Pa %%LOCALBASE%%/etc/ntpd.conf .
 .El
 .Sh FILES
-.Bl -tag -width "/etc/ntpd.confXXX" -compact
-.It Pa /etc/ntpd.conf
+.Bl -tag -width "%%LOCALBASE%%/etc/ntpd.confXXX" -compact
+.It Pa %%LOCALBASE%%/etc/ntpd.conf
 default
 .Nm
 configuration file
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2004-07-18 08:30:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->naddy

Over to maintainer.
Comment 2 Christian Weisgerber freebsd_committer freebsd_triage 2004-07-18 16:42:28 UTC
State Changed
From-To: open->closed

Similar change committed and port updated, thanks.