Re: output to console from init script

2010-11-29 Thread Cameron Simpson
On 29Nov2010 11:42, msacks wrote: | Hello, | I am trying to figure out a way to output some information to the | console (system boots to runlevel 3) from an init script. | | Here is what I've tried: | add echo "$SOMEINFO" into the init script and pipe it to wall, and put | that in the init scrip

Re: output to console from init script

2010-11-29 Thread Rick Stevens
On 11/29/2010 11:42 AM, msacks wrote: > Hello, > I am trying to figure out a way to output some information to the > console (system boots to runlevel 3) from an init script. > > Here is what I've tried: > add echo "$SOMEINFO" into the init script and pipe it to wall, and put > that in the init scr

output to console from init script

2010-11-29 Thread msacks
Hello, I am trying to figure out a way to output some information to the console (system boots to runlevel 3) from an init script. Here is what I've tried: add echo "$SOMEINFO" into the init script and pipe it to wall, and put that in the init script. This doesn't seem to work, I was thinking of