Module Name: src
Committed By: jnemeth
Date: Wed Oct 16 19:03:53 UTC 2019
Modified Files:
src/sbin/gpt: destroy.c
Log Message:
Do the 'dkctl makewedges' dance to drop any wedges assoicated the
destroyed GPT.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sbin/gpt/destroy.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/gpt/destroy.c
diff -u src/sbin/gpt/destroy.c:1.12 src/sbin/gpt/destroy.c:1.13
--- src/sbin/gpt/destroy.c:1.12 Thu Apr 4 14:03:40 2019
+++ src/sbin/gpt/destroy.c Wed Oct 16 19:03:53 2019
@@ -33,7 +33,7 @@
__FBSDID("$FreeBSD: src/sbin/gpt/destroy.c,v 1.6 2005/08/31 01:47:19 marcel Exp $");
#endif
#ifdef __RCSID
-__RCSID("$NetBSD: destroy.c,v 1.12 2019/04/04 14:03:40 martin Exp $");
+__RCSID("$NetBSD: destroy.c,v 1.13 2019/10/16 19:03:53 jnemeth Exp $");
#endif
#include <sys/types.h>
@@ -59,7 +59,7 @@ struct gpt_cmd c_destroy = {
"destroy",
cmd_destroy,
destroyhelp, __arraycount(destroyhelp),
- 0,
+ GPT_SYNC,
};
#define usage() gpt_usage(NULL, &c_destroy)