Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Ignore insecure directories and continue
- X-seq: zsh-users 12937
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Ignore insecure directories and continue
- Date: Sun, 15 Jun 2008 10:08:48 -0700
- In-reply-to: <Xns9ABE9A9C0AA21zzappergmailcom@xxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <Xns9ABE9A9C0AA21zzappergmailcom@xxxxxxxxxxxx>
On Jun 15, 2:11pm, zzapper wrote:
}
} getent:4: command not found: grep
So you don't have a /usrbin/getent command and compaudit has created a
function to emulate it, but that function can't find the "grep" command.
Is your $PATH set up correctly before calling compinit?
} I think it's to do with compinit and it's something dumb.
}
} $ compaudit
} There are insecure directories:
} /usr/local/bin
} /usr/share/zsh/site-functions
} /usr/share/zsh/4.3.4/functions
} /usr/local
} /usr/share/zsh
} /usr/share/zsh/4.3.4
}
} What have I forgot?
I was going to say I thought the problem was related to no "grep", but
you didn't get that error again when running compaudit standalone. So
probably those directories are world-writable. (You need to check all
of them, not just /usr/local/bin.) Is this on Cygwin?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author