19 Feb
2003
19 Feb
'03
4:57 p.m.
At 11:15 AM 2/17/2003, slymer@slymer.org wrote:
./configure --prefix=$HOME ... Therefore I suggest that the script should look for $HOME/.dillo not $HOME/etc
Usually the prefix is /usr/local or /usr - it makes much more sense to place the configuration file in /usr/local/etc instead of /usr/local/.dillo. If you're doing a system-wide installation, then you *do* want to place dillorc in /etc and not $HOME/.dillo, or else only root gets a config file. What you can do is compile dillo like this: ./configure --prefix=$HOME --sysconfdir=$HOME/.dillo That will install the new dillorc in $HOME/.dillo Kelson Vibber www.hyperborea.org