summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/label.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-03-08 16:17:49 +0000
committerjkh <jkh@FreeBSD.org>1997-03-08 16:17:49 +0000
commit392282ab2e2a78822abe76e13d5e87acb6294a73 (patch)
tree4aaee58914b5db30498a087c844549ee5ab7a50f /usr.sbin/sade/label.c
parentdfdab64a1832f3d7748c4068960de8eba7a28c04 (diff)
downloadFreeBSD-src-392282ab2e2a78822abe76e13d5e87acb6294a73.zip
FreeBSD-src-392282ab2e2a78822abe76e13d5e87acb6294a73.tar.gz
YAMF22
Diffstat (limited to 'usr.sbin/sade/label.c')
-rw-r--r--usr.sbin/sade/label.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/sade/label.c b/usr.sbin/sade/label.c
index 0854ab8..6449cd8 100644
--- a/usr.sbin/sade/label.c
+++ b/usr.sbin/sade/label.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id$
+ * $Id: label.c,v 1.68 1997/02/22 14:11:50 peter Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -427,6 +427,8 @@ print_label_chunks(void)
if (label_chunk_info[i].c->private_data
&& (label_chunk_info[i].type == PART_FILESYSTEM || label_chunk_info[i].type == PART_FAT))
mountpoint = ((PartInfo *)label_chunk_info[i].c->private_data)->mountpoint;
+ else if (label_chunk_info[i].type == PART_SWAP)
+ mountpoint = "swap";
else
mountpoint = "<none>";
OpenPOWER on IntegriCloud