hello, may be I am wrong and it's problem with grep. I see this problem only with newest grep package:
root@ntm:~# grep --version grep (GNU grep) 2.8 Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by Mike Haertel and others, see <http://git.sv.gnu.org/cgit/grep.git/tree/AUTHORS>. root@ntm:/etc/apt# grep "^[:space:]*auto" /etc/network/interfaces grep: character class syntax is [[:space:]], not [:space:] Older versions of grep seems ok. Best regards, -- Milan Kocian -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

