|
From: Dominic R. <dl...@ed...> - 2010-10-06 12:29:37
|
Heiko found a problem that the new beeps were being called for all machines at boot time, not just those using serial. So please can I ask you, as a serial user, to test the fix by downloading the latest script in Mantis https://sourceforge.net/apps/mantisbt/devil-linux/view.php?id=90 and trying it. The only practical difference is that the line if [ "`tty`" = "/dev/console" ]; then is replaced with if grep "^S0:2345:respawn:/sbin/agetty" /etc/inittab>/dev/null; then Dominic On 06/10/2010 12:52, mailing dl2 wrote: > Hello, > > In the 1.4rc6 the new lines a commented in the /etc/init.d/beep scripts. > > So it does not work "out of the box". > > If you uncomment them it works. > > Thanks for the modifications. >> I added it to CVS. >> I didn't get a chance to validate it myself yet, so I hope this works. ;-) >> Heiko |