Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/pim6dd use /etc/pim6dd.conf, instaed of /usr/local/...



details:   https://anonhg.NetBSD.org/src/rev/906e05f98e49
branches:  trunk
changeset: 474729:906e05f98e49
user:      itojun <itojun%NetBSD.org@localhost>
date:      Sat Jul 17 14:12:21 1999 +0000

description:
use /etc/pim6dd.conf, instaed of /usr/local/v6/etc/pim6dd.conf.

diffstat:

 usr.sbin/pim6dd/pathnames.h |   4 ++--
 usr.sbin/pim6dd/pim6dd.8    |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (55 lines):

diff -r 8d5b1e5c2f14 -r 906e05f98e49 usr.sbin/pim6dd/pathnames.h
--- a/usr.sbin/pim6dd/pathnames.h       Sat Jul 17 14:06:24 1999 +0000
+++ b/usr.sbin/pim6dd/pathnames.h       Sat Jul 17 14:12:21 1999 +0000
@@ -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 -r 8d5b1e5c2f14 -r 906e05f98e49 usr.sbin/pim6dd/pim6dd.8
--- a/usr.sbin/pim6dd/pim6dd.8  Sat Jul 17 14:06:24 1999 +0000
+++ b/usr.sbin/pim6dd/pim6dd.8  Sat Jul 17 14:12:21 1999 +0000
@@ -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 @@
 .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 @@
 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



Home | Main Index | Thread Index | Old Index