From b6dedd63b0128b14a5322e9b57aaaa558c4d0744 Mon Sep 17 00:00:00 2001 From: tegge Date: Tue, 14 Sep 2004 21:58:30 +0000 Subject: Correct polarity of packet mode bit. Problem discovered when 'boot0cfg -B -v -o packet -s 2 ad4' turned off packet mode while reporting it as being enabled. --- usr.sbin/boot0cfg/boot0cfg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/boot0cfg') diff --git a/usr.sbin/boot0cfg/boot0cfg.c b/usr.sbin/boot0cfg/boot0cfg.c index 592cbda..21f0ce7 100644 --- a/usr.sbin/boot0cfg/boot0cfg.c +++ b/usr.sbin/boot0cfg/boot0cfg.c @@ -61,7 +61,7 @@ static const struct { const char *tok; int def; } opttbl[] = { - {"packet", 1}, + {"packet", 0}, {"update", 1}, {"setdrv", 0} }; -- cgit v1.1