From 2c2fd4a3fe0544ccecefdef32a8afe7e5f4c29bb Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 19 Nov 2002 02:18:51 +0000 Subject: be more precise --- usr.sbin/authpf/authpf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin') 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); } -- cgit v1.2.3