Subject: Re: port-i386/37009: unable to use swap partition found on USB drive
To: None <port-i386-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: Jeremy C. Reed <reed@reedmedia.net>
List: netbsd-bugs
Date: 09/20/2007 22:35:02
The following reply was made to PR port-i386/37009; it has been noted by GNATS.

From: "Jeremy C. Reed" <reed@reedmedia.net>
To: gnats-bugs@NetBSD.org
Cc: jjhartley@gmail.com
Subject: Re: port-i386/37009: unable to use swap partition found on USB drive
Date: Thu, 20 Sep 2007 16:30:24 -0500 (CDT)

 Looks like both /etc/rc.d/swap[12] scripts have:
 
  load_rc_config swap
 
 I thnk they should be:
 
 load_rc_config swap1
 
 and
 
 load_rc_config swap2
 
 So either fix those rc.d scripts or name your rc.conf.d script as swap 
 (not swap1).