Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/pim6sd correct location of config file



details:   https://anonhg.NetBSD.org/src/rev/f5a23984a893
branches:  trunk
changeset: 500058:f5a23984a893
user:      itojun <itojun%NetBSD.org@localhost>
date:      Mon Dec 04 16:11:07 2000 +0000

description:
correct location of config file

diffstat:

 usr.sbin/pim6sd/pathnames.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 21a110b56056 -r f5a23984a893 usr.sbin/pim6sd/pathnames.h
--- a/usr.sbin/pim6sd/pathnames.h       Mon Dec 04 16:01:18 2000 +0000
+++ b/usr.sbin/pim6sd/pathnames.h       Mon Dec 04 16:11:07 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pathnames.h,v 1.2 2000/12/04 07:09:36 itojun Exp $     */
+/*     $NetBSD: pathnames.h,v 1.3 2000/12/04 16:11:07 itojun Exp $     */
 /*     $KAME: pathnames.h,v 1.8 2000/12/04 06:45:30 itojun Exp $       */
 
 /*
@@ -62,7 +62,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))



Home | Main Index | Thread Index | Old Index