From 3f071f4416095b68703e568ddcb2d594dd83c086 Mon Sep 17 00:00:00 2001 From: shin Date: Tue, 15 Feb 2000 18:33:22 +0000 Subject: Fix pathname of pim6sd.conf from /usr/local/v6/etc to /etc. Approved by: jkh --- usr.sbin/pim6sd/pathnames.h | 2 +- usr.sbin/pim6sd/pim6sd.8 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/usr.sbin/pim6sd/pathnames.h b/usr.sbin/pim6sd/pathnames.h index bacd832..6401b10 100644 --- a/usr.sbin/pim6sd/pathnames.h +++ b/usr.sbin/pim6sd/pathnames.h @@ -61,7 +61,7 @@ #ifndef PATHNAMES_H #define PATHNAMES_H -#define _PATH_PIM6D_CONF "/usr/local/v6/etc/pim6sd.conf" +#define _PATH_PIM6D_CONF "/etc/pim6sd.conf" #define _PATH_PIM6D_LOGFILE "/var/log/pim6sd.log" #if (defined(BSD) && (BSD >= 199103)) diff --git a/usr.sbin/pim6sd/pim6sd.8 b/usr.sbin/pim6sd/pim6sd.8 index 5417ef8..317bd91 100644 --- a/usr.sbin/pim6sd/pim6sd.8 +++ b/usr.sbin/pim6sd/pim6sd.8 @@ -53,7 +53,7 @@ Specify alternate location, .Ar configfile , for configuration file. By default, -.Pa /usr/local/v6/etc/pim6sd.conf +.Pa /etc/pim6sd.conf is used. .It Fl d Specify debug levels. If this option is specified without any arguments, @@ -81,7 +81,7 @@ 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/pim6sd.conf +.Pa /etc/pim6sd.conf (or an alternative file, specified by the "\-c" option). .Pp The @@ -108,8 +108,8 @@ The log level can be configured by the command line option or the configuration file. .\" .Sh FILES -.Bl -tag -width /usr/local/v6/etc/pim6sd.conf -compact -.It Pa /usr/local/v6/etc/pim6sd.conf +.Bl -tag -width /etc/pim6sd.conf -compact +.It Pa /etc/pim6sd.conf The default configuration file. .It Pa /var/run/pim6sd.dump The file to which -- cgit v1.1