diff options
author | shin <shin@FreeBSD.org> | 2000-02-15 18:33:22 +0000 |
---|---|---|
committer | shin <shin@FreeBSD.org> | 2000-02-15 18:33:22 +0000 |
commit | 3f071f4416095b68703e568ddcb2d594dd83c086 (patch) | |
tree | 9a393cea8b1ec6585cafc7ebe7c5273602e7a291 | |
parent | 464a2f8badf41f012b27c8fa67490475f505c06a (diff) | |
download | FreeBSD-src-3f071f4416095b68703e568ddcb2d594dd83c086.zip FreeBSD-src-3f071f4416095b68703e568ddcb2d594dd83c086.tar.gz |
Fix pathname of pim6sd.conf from /usr/local/v6/etc to /etc.
Approved by: jkh
-rw-r--r-- | usr.sbin/pim6sd/pathnames.h | 2 | ||||
-rw-r--r-- | 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 |