Re: [gentoo-user] crypto-loop init order problems

2003-08-23 Thread Gareth John
Zack Gilburd wrote: Modify the localmount init script so that it depends on cryptoloop. I've tried this - the depend() function for my /etc/init.d/localmount is now: depend() { need checkfs crypto-loop after crypto-loop } and the depend() function for crypto-loop is: depend() {

Re: [gentoo-user] VI issues

2003-06-11 Thread Gareth John
[EMAIL PROTECTED] wrote: I have just installed my first gentoo server, and am using VI to edit files. Here is the problem when I am in insert mode "i" and I press the up arrow key and new line is inserted with the letter "A". When I press the right arrow the letter "C" is inserted in a new li

Re: [gentoo-user] Way to prevent Apache under Gentoo writing logs to two different directories?

2003-04-04 Thread Gareth John
> My Apache running under Gentoo logs errors and access to log files in > both /etc/apache/logs AND /var/log/apache directories. The files are > identical. > > It may be a bit picky of me but I was wondering if there was some way to > keep Apache from logging things to files in both directories.