From a45c89719d6f7a1d62e0fad96d7f28bc26b4b82e Mon Sep 17 00:00:00 2001 From: nsayer Date: Thu, 3 Feb 2000 06:06:36 +0000 Subject: /dev/vn0b is a character device now. Approved by: jkh --- etc/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/rc') diff --git a/etc/rc b/etc/rc index ac5a2c3..5fb737ef 100644 --- a/etc/rc +++ b/etc/rc @@ -159,7 +159,7 @@ case ${swapfile} in [Nn][Oo] | '') ;; *) - if [ -w "${swapfile}" -a -b /dev/vn0b ]; then + if [ -w "${swapfile}" -a -c /dev/vn0b ]; then echo "Adding ${swapfile} as additional swap." vnconfig /dev/vn0b ${swapfile} && swapon /dev/vn0b fi -- cgit v1.1