[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SOLVED] Re: biff/new mail - blink LED indicators on keyboard



In order to get it to work, I copied the bl program to my home directory
and made it suid to root (only I can access that directory).  Then, I made
a simple script to run bl and kill it after one minute..

--- newmail ---
#!/bin/sh

killall bl
~paul/bin/bl -S tty0
sleep 60
killall bl
--- eof ---


Thanks
-Paul

On Thu, 7 May 1998, Vaclav Hula wrote:

> On Thu, Apr 30, 1998 at 11:23:54PM -0400, Paul Miller wrote:
> > 
> > I just tried it and tleds works the same as bl... it only works with the
> > tty is was executed on... 
> > 
> 
> Even if run as root?
> 
> Ax
> 
> > --
> > To UNSUBSCRIBE, email to debian-user-request@lists.debian.org
> > with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> 
> -- 
>         Vaclav Hùla
>         ax@atrey.karlin.mff.cuni.cz
>         http://atrey.karlin.mff.cuni.cz/~ax
> 
> 


--
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: