diff options
| author | Yoshinobu Inoue <shin@FreeBSD.org> | 2000-02-15 18:33:22 +0000 |
|---|---|---|
| committer | Yoshinobu Inoue <shin@FreeBSD.org> | 2000-02-15 18:33:22 +0000 |
| commit | 66182096e864d8a50d5e7f80b48283f73a4f3235 (patch) | |
| tree | deea8b17a06dabbfa60605bf4cedad3e4c75dd92 /usr.sbin | |
| parent | c00ba6b645f5f4251d5f064ee6308de342aa0d6d (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -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 bacd832ecdb3..6401b10dd0e4 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 5417ef884382..317bd914a723 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 |
