From 73ad652e881e1cc47d67eb72f007c780442e749a Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 8 Nov 1994 13:40:01 +0000 Subject: swapon had a bug. Thanks Michael, but couldn't you told me and not Jordan ? now I have to listen to him all morning teasing me... --- sbin/sysinstall/stage3.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin') diff --git a/sbin/sysinstall/stage3.c b/sbin/sysinstall/stage3.c index cf0f755..f99918c 100644 --- a/sbin/sysinstall/stage3.c +++ b/sbin/sysinstall/stage3.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: stage3.c,v 1.6 1994/10/26 05:41:01 phk Exp $ + * $Id: stage3.c,v 1.7 1994/11/02 06:19:47 jkh Exp $ * */ @@ -46,7 +46,7 @@ stage3() if (*p++ != '/') continue; if (!strcmp(fs->fs_type, "sw")) { - swapon(fs->fs_file); + swapon(fs->fs_spec); continue; } -- cgit v1.1