From: tfheen Date: Mon, 24 May 2004 13:56:33 +0000 (+0000) Subject: handle devfs console names X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba7321bd07136886d3d83009ed42edaf20a8a120;p=dotfiles handle devfs console names git-svn-id: file:///svn/tfheen/trunk/dotfiles@596 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- diff --git a/zlogout b/zlogout index 936584c..bc095ab 100644 --- a/zlogout +++ b/zlogout @@ -3,5 +3,5 @@ # when leaving the console clear the screen to increase privacy case "`tty`" in - /dev/tty[0-9]) clear + /dev/tty[0-9]|/dev/vc/*) clear esac