Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/pim6dd correct pathname



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

description:
correct pathname

diffstat:

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

diffs (18 lines):

diff -r f5a23984a893 -r 7239d1620a77 usr.sbin/pim6dd/pathnames.h
--- a/usr.sbin/pim6dd/pathnames.h       Mon Dec 04 16:11:07 2000 +0000
+++ b/usr.sbin/pim6dd/pathnames.h       Mon Dec 04 16:11:56 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pathnames.h,v 1.5 2000/12/04 07:05:48 itojun Exp $     */
+/*     $NetBSD: pathnames.h,v 1.6 2000/12/04 16:11:56 itojun Exp $     */
 /*     $KAME: pathnames.h,v 1.3 2000/12/04 06:33:10 itojun Exp $       */
 
 /*
@@ -48,7 +48,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"



Home | Main Index | Thread Index | Old Index