On Sun, 2004-03-07 at 16:35, Daniel F. Dickinson wrote:
> Igor Pechtchanski wrote:
> >
> >
> > Daniel,
> >
> > If you're willing to temporarily rename the existing installation root
> > (and the registry keys) and reinstall from scratch, please post the
> > /var/log/setup.log and /var/log/setup.
It seems that the default profile script checks what shell the user is
running and sets appropriate defaults based on the shell. Unfortunately, on
all Win9x installs that I've done recently, I've noticed that the profile
isn't correctly identifying that bash is my shell (which it indeed is). The
Hi Paul...
Why not just do something like
case $(echo $0 | tr [:upper:] [:lower:]) in
instead of
case $0 in
? It seems easier.
Thanks,
...Karl
From: "Paul Galbraith"
To: <[EMAIL PROTECTED]>
Subject: Patch for problems with profile script in Win9x
Date: Sun, 7 Mar 2004 11:04:26 -0500
It seem
On Sun, 7 Mar 2004, Paul Galbraith wrote:
> It seems that the default profile script checks what shell the user is
> running and sets appropriate defaults based on the shell. Unfortunately, on
> all Win9x installs that I've done recently, I've noticed that the profile
> isn't correctly identifyin
That's purely a function of my shell scripting abilities...you're way
seems a lot easier!
Karl M wrote:
Hi Paul...
Why not just do something like
case $(echo $0 | tr [:upper:] [:lower:]) in
instead of
case $0 in
? It seems easier.
Thanks,
...Karl
From: "Paul Galbraith"
To: <[EMAIL PROTECT
On Sun, Mar 07, 2004 at 03:39:30PM -0500, Igor Pechtchanski wrote:
>On Sun, 7 Mar 2004, Paul Galbraith wrote:
>
>> It seems that the default profile script checks what shell the user is
>> running and sets appropriate defaults based on the shell. Unfortunately, on
>> all Win9x installs that I've d
Gregory Borota <[EMAIL PROTECTED]> wrote in
news:[EMAIL PROTECTED]:
> From your message I understand the problem is caused by Panda
> Antivirus
> not cygrunsrv
>
That seems to me more a philosophical question. The development team may
decide if they consider it worth the time looking in
7 matches
Mail list logo