Bobby Welch wrote:
> 
> Does anyone know how to get the following file:
> file:/usr/doc/HTML/index.html to stop being displayed everytime netscape
> is started up??  I have the "browser start with blank page" option
> selected but i still get the mandrake html page
> (file:/usr/doc/HTML/index.html) when i start netscape.  Any help would
Hi Bobby,

Edit (as root) /usr/bin/netscape. Locate the lines:
 
# set up home page
HOMEPAGE=/usr/doc/HTML/index.html
if [ -f $pref ]; then
    if grep -q "browser.startup.homepage\"" \
    $pref > /dev/null; then
        HOMEPAGE=""
    fi
fi                          

Replace /usr/doc/HTML/index.html by "" .
This should do it as a quick hack.

HTH

Peter

-- 
My humble homepage -- under construction
http://home.arcor-online.de/peter.heckert

Reply via email to