diff options
author | Camiel Dobbelaar <camield@cvs.openbsd.org> | 2002-10-25 18:35:34 +0000 |
---|---|---|
committer | Camiel Dobbelaar <camield@cvs.openbsd.org> | 2002-10-25 18:35:34 +0000 |
commit | 84dc5b64b5992ac5e32779f19004329c7b52fc6e (patch) | |
tree | 50f9c51fc92b2282220b0933f42786f79296592b | |
parent | 8eb27bc858f7b77f446c108acde7c7d260745264 (diff) |
Remove PATH_NATRULES, since nat is no longer in a seperate file.
-rw-r--r-- | usr.sbin/authpf/pathnames.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/authpf/pathnames.h b/usr.sbin/authpf/pathnames.h index b1df86ba1c0..0e9b0e7a59a 100644 --- a/usr.sbin/authpf/pathnames.h +++ b/usr.sbin/authpf/pathnames.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pathnames.h,v 1.4 2002/06/07 08:51:44 beck Exp $ */ +/* $OpenBSD: pathnames.h,v 1.5 2002/10/25 18:35:33 camield Exp $ */ /* * Copyright (C) 2002 Chris Kuethe (ckuethe@ualberta.ca) @@ -31,7 +31,6 @@ #define PATH_CONFFILE "/etc/authpf/authpf.conf" #define PATH_ALLOWFILE "/etc/authpf/authpf.allow" #define PATH_PFRULES "/etc/authpf/authpf.rules" -#define PATH_NATRULES "/etc/authpf/authpf.nat" #define PATH_PROBLEM "/etc/authpf/authpf.problem" #define PATH_MESSAGE "/etc/authpf/authpf.message" #define PATH_USER_DIR "/etc/authpf/users" |