In the last episode (Jan 29), David Benfell said:
> On Mon, 29 Jan 2007 17:19:40 -0600, Dan Nelson wrote:
> > In the last episode (Jan 29), David Benfell said:
> > > I've been upgrading my FreeBSD system into a fully-fledged
> > > desktop system.
> > >
> > > zsh as installed (from the port) seems
On Mon, 29 Jan 2007 17:19:40 -0600, Dan Nelson wrote:
> In the last episode (Jan 29), David Benfell said:
> > I've been upgrading my FreeBSD system into a fully-fledged desktop
> > system.
> >
> > zsh as installed (from the port) seems only to recognize the
> > /etc/zshenv startup file. And I nee
In the last episode (Jan 29), David Benfell said:
> I've been upgrading my FreeBSD system into a fully-fledged desktop
> system.
>
> zsh as installed (from the port) seems only to recognize the
> /etc/zshenv startup file. And I needed an stty command to get proper
> backspace/delete behavior. Be
The problem is likely the that you don't have the full path to stty in your
script, and the automated jobs don't have a proper path set yet. Use the
full pathname in your script and see if that works.
-Derek
At 04:37 PM 1/29/2007, David Benfell wrote:
Hello all,
I've been upgrading