1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70529

View File

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