diff options
author | 2002-10-25 18:35:33 +0000 | |
---|---|---|
committer | 2002-10-25 18:35:33 +0000 | |
commit | b43ed544bc6e2eca7ae19369215c24f4946235b8 (patch) | |
tree | 6777218307d90bb6376fe0c52e97ba9bef52ca4c | |
parent | - spelling/grammar (diff) | |
download | wireguard-openbsd-b43ed544bc6e2eca7ae19369215c24f4946235b8.tar.xz wireguard-openbsd-b43ed544bc6e2eca7ae19369215c24f4946235b8.zip |
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" |