On Monday 03 November 2008, Colin Watson wrote: > Timo Aaltonen, an Ubuntu developer, uploaded the attached patch to > Ubuntu's rootskel package. I think it's reasonable and worthwhile. Any > objections (post-lenny of course)?
Seems fine, but why + sed -i '/^tty2\|^tty3/s/^tty/\#tty/' /etc/inittab instead of just + sed -i '/^tty2\|^tty3/s/^/#/' /etc/inittab or even + sed -ri '/^tty(2|3)/s/^/#/' /etc/inittab -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]