From: Jim Bayer (vrtyanuy.utffbwnd@legatel.com)
Date: Sun Nov 28 2004 - 05:08:11 EET
You could try directing messages to /dev/null. For instance:
<program-name> 2>&1 >/dev/null
This directs stderr to stdout and the whole thing to /dev/null, which
is bascially a black hole. No messages should appear unless there is
a call to do direct IO to the screen (which I wold imagine is not done
in this case).
You will need to edit the rc file (/etc/rc.d or /etc/init.d depending
on your linux flavor) and add the redirect there.
Good luck.
On Sat, 27 Nov 2004 13:44:26 -0800, Chuck Hast <xvi@mailit.tunk.net> wrote:
> When my machine boots up, I get this message
> kissparms uses obsolete (PF_INET,SOCK_PACKET)
> I understand that it is not really a problem, but it looks ugly, do I
> need to change
> the format in which the data is sent to kissparms?
>
> --
> Chuck Hast
> To paraphrase my flight instructor;
> "the only dumb question is the one you DID NOT ask resulting in my going
> out and having to identify your bits and pieces in the midst of torn
> and twisted metal."
> -
> To unsubscribe from this list: send the line "unsubscribe linux-hams" in
> the body of a message to tltnor.xxdhr@kable.com
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
-- '73'Jim - KC9AOP - To unsubscribe from this list: send the line "unsubscribe linux-hams" in the body of a message to iojcjabk.yuqlg@rele.tunk.net More majordomo info at http://vger.kernel.org/majordomo-info.html
This archive was generated by hypermail 2b30 : Sun Nov 28 2004 - 05:08:23 EET