I've been corrected about the format of the fstab (for RH7.1):
/dev/sda4 swap swap defaults 0 0
or
/var/swapfile swap swap defaults 0 0
will work. The zeros at the end are to tell the system not to use fsck
("fuzz-check").
- Pat