diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-10-29 21:30:11 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-10-29 21:30:11 +0000 |
commit | 6a05822ab4716c6a2453cf600f9fcdb638cae176 (patch) | |
tree | 5ad0ab109ed48283792c66125cd7cbad976038e0 | |
parent | b5ba863adfa19767d3a5fc672189818053564a7b (diff) |
dial down the direness of the warning; vnd isn't going anywhere yet
-rw-r--r-- | sbin/mount_vnd/mount_vnd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mount_vnd/mount_vnd.c b/sbin/mount_vnd/mount_vnd.c index 70803c53d66..4a9f85d3a17 100644 --- a/sbin/mount_vnd/mount_vnd.c +++ b/sbin/mount_vnd/mount_vnd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mount_vnd.c,v 1.15 2014/05/30 16:14:19 tedu Exp $ */ +/* $OpenBSD: mount_vnd.c,v 1.16 2014/10/29 21:30:10 tedu Exp $ */ /* * Copyright (c) 1993 University of Utah. * Copyright (c) 1990, 1993 @@ -144,8 +144,8 @@ main(int argc, char **argv) int ind_raw, ind_reg; if (opt_k || opt_K) { - fprintf(stderr, "WARNING: Encrypted vnd is insecure.\n" - "Migrate your data to softraid before 5.7.\n"); + fprintf(stderr, + "WARNING: Consider using softraid crypto.\n"); } if (opt_k) { if (opt_K) |