That could be fun. I'm just imagining what it would sound like under a 
DoS attack.

-Steve

On Wednesday, February 13, 2002, at 06:29  AM, David Douthitt wrote:

> On 2/12/02 at 10:46 AM, Julian Church <[EMAIL PROTECTED]> wrote:
>
>> I'm trying to make my Dachstein (floppy) system beep
>> whenever a packet gets logged in messages.
>>
>> I've got beep.lrp installed,
>
>> Can anyone suggest anything?
>
> How about:
>
> #!/bin/sh
>
> tail -f /var/log/messages | grep "Packet" | \
> while read LINE ; do
>    beep
> done
> --
> David Douthitt
> UNIX Systems Administrator
> HP-UX, Unixware, Linux
> [EMAIL PROTECTED]
>
> _______________________________________________
> Leaf-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/leaf-user


_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to