summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-11-19 02:18:51 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-11-19 02:18:51 +0000
commit2c2fd4a3fe0544ccecefdef32a8afe7e5f4c29bb (patch)
treeba6c22bad6b7a7233434827963850bbcd65c08d1 /usr.sbin
parente98703e7c6d31103443b19dc8c1b7609b7963cc8 (diff)
be more precise
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/authpf/authpf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/authpf/authpf.c b/usr.sbin/authpf/authpf.c
index 00f9ca9c428..44f1b34f1d9 100644
--- a/usr.sbin/authpf/authpf.c
+++ b/usr.sbin/authpf/authpf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: authpf.c,v 1.25 2002/11/19 02:14:56 deraadt Exp $ */
+/* $OpenBSD: authpf.c,v 1.26 2002/11/19 02:18:50 deraadt Exp $ */
/*
* Copyright (C) 1998 - 2002 Bob Beck (beck@openbsd.org).
@@ -853,6 +853,6 @@ pfctl_set_logif(struct pfctl *pf, char *ifname)
int
pfctl_add_altq(struct pfctl *pf, struct pf_altq *a)
{
- fprintf(stderr, "altq not supported in authpf\n");
+ fprintf(stderr, "altq and queue not supported in authpf\n");
return (1);
}