From 67deb9e2a38597984eb2a9f878e7994207d46677 Mon Sep 17 00:00:00 2001 From: fnm3 Date: Thu, 21 Nov 2002 10:33:53 +0000 Subject: Changed database path: #define _PATH_ETHERTYPES "/etc/ethertypes" --- userspace/ebtables2/include/ethernetdb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'userspace/ebtables2/include/ethernetdb.h') diff --git a/userspace/ebtables2/include/ethernetdb.h b/userspace/ebtables2/include/ethernetdb.h index d881048..46d8bfd 100644 --- a/userspace/ebtables2/include/ethernetdb.h +++ b/userspace/ebtables2/include/ethernetdb.h @@ -27,7 +27,7 @@ /* Absolute file name for network data base files. */ #ifndef _PATH_ETHERTYPES -#define _PATH_ETHERTYPES "/usr/local/etc/ethertypes" +#define _PATH_ETHERTYPES "/etc/ethertypes" #endif /* _PATH_ETHERTYPES */ struct ethertypeent { -- cgit v1.2.3