From 936dae333866fa72b7436e7618bffe1ad3257e29 Mon Sep 17 00:00:00 2001 From: itojun Date: Sat, 17 Jul 1999 14:12:21 +0000 Subject: [PATCH] use /etc/pim6dd.conf, instaed of /usr/local/v6/etc/pim6dd.conf. --- usr.sbin/pim6dd/pathnames.h | 4 ++-- usr.sbin/pim6dd/pim6dd.8 | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/usr.sbin/pim6dd/pathnames.h b/usr.sbin/pim6dd/pathnames.h index c221f822b620..7e7672140ea5 100644 --- a/usr.sbin/pim6dd/pathnames.h +++ b/usr.sbin/pim6dd/pathnames.h @@ -1,4 +1,4 @@ -/* $NetBSD: pathnames.h,v 1.1 1999/07/17 14:06:25 itojun Exp $ */ +/* $NetBSD: pathnames.h,v 1.2 1999/07/17 14:12:21 itojun Exp $ */ /* * Copyright (c) 1998 by the University of Southern California. @@ -49,7 +49,7 @@ */ -#define _PATH_PIM6D_CONF "/usr/local/v6/etc/pim6dd.conf" +#define _PATH_PIM6D_CONF "/etc/pim6dd.conf" #if (defined(BSD) && (BSD >= 199103)) #define _PATH_PIM6D_PID "/var/run/pim6dd.pid" diff --git a/usr.sbin/pim6dd/pim6dd.8 b/usr.sbin/pim6dd/pim6dd.8 index 4fcc631a52fd..7ee615a94821 100644 --- a/usr.sbin/pim6dd/pim6dd.8 +++ b/usr.sbin/pim6dd/pim6dd.8 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $NetBSD: pim6dd.8,v 1.1 1999/07/17 14:06:25 itojun Exp $ +.\" $NetBSD: pim6dd.8,v 1.2 1999/07/17 14:12:21 itojun Exp $ .\" KAME Id: pim6dd.8,v 1.1.2.3.4.2 1999/07/17 13:47:35 itojun Exp .\" .Dd Nov 17, 1998 @@ -52,7 +52,7 @@ Specify alternate location, .Ar configfile , for configuration file. By default, -.Pa /usr/local/v6/etc/pim6dd.conf +.Pa /etc/pim6dd.conf is used. .It Fl d Specify debug levels. If this option is specified without any arguments, @@ -73,12 +73,12 @@ interfaces, i.e., interfaces that have the IFF_MULTICAST flag set (excluding the "loopback interface"). To override the default configuration, configuration commands may be placed in -.Pa /usr/local/v6/etc/pim6dd.conf +.Pa /etc/pim6dd.conf (or an alternative file, specified by the "\-c" option). .\" .Sh FILES -.Bl -tag -width /usr/local/v6/etc/pim6dd.conf -compact -.It Pa /usr/local/v6/etc/pim6dd.conf +.Bl -tag -width /etc/pim6dd.conf -compact +.It Pa /etc/pim6dd.conf The default configuration file. .El .Sh SEE ALSO