Imply -c when -S is specified, so 'vnconfig -s reserve -S 4 vn1' configures the

device as expected.
This commit is contained in:
Matthew Dillon 2000-12-31 01:27:55 +00:00
parent 08c0a67b2e
commit 10c2f24068

View File

@ -185,6 +185,8 @@ main(argc, argv)
case 'S':
size = getsize(optarg);
flags |= VN_CONFIG;
flags &= ~VN_UNCONFIG;
break;
case 'T':