diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/boot0cfg/boot0cfg.c | 2 |
1 files changed, 1 insertions, 1 deletions
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} }; |