From 1b5622c8544c401140b91337473ffe3682bf1222 Mon Sep 17 00:00:00 2001 From: itojun Date: Mon, 4 Dec 2000 16:11:07 +0000 Subject: [PATCH] correct location of config file --- usr.sbin/pim6sd/pathnames.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/pim6sd/pathnames.h b/usr.sbin/pim6sd/pathnames.h index b5767bdd4aad..b2ec1edcc900 100644 --- a/usr.sbin/pim6sd/pathnames.h +++ b/usr.sbin/pim6sd/pathnames.h @@ -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))