Bondjo�,

Li semdi 28 d' awousse 1999 a 11:07:28PM +0000, Jean-Michel Dault scr�jha:

> Forget about it: as I wrote in my previous e-mail, I have solved the problem
> (see also below).
> 
> Jean-Michel Dault
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> 
> "Linux? Po qw� f�?" ;-)

Pace ki dj' a bon. :)
(Dji n' saveve nin ki vos comprindexhe li walon)

> if [ `uname` = "Linux" ]; then XTERM="/usr/bin/X11/xterm"; fi
> if [ `uname` = "SunOS" ]; then XTERM="/usr/dt/bin/dtterm +sb"; fi
> if [ $DISPLAY ]; then
> $XTERM  -geometry 38x6 -bg black -fg white  -title "Note:" \

won't work if there is no xterm at that place; better would be:

if [ `uname` = "SunOS" ]; then XTERM="/usr/dt/bin/dtterm +sb"; 
else XTERM=xterm ; fi
if $XTERM  -geometry 38x6 -bg black -fg white  -title "Note:" \
        -e "/bin/sh" -c "echo 'To complete installation of Frontpage:'; \
        echo 'open a console and run:';echo; \
        echo '/etc/pkgconf/frontpage';sleep 60"& >& /dev/null
else
        echo "---------------------------------------------"
        echo
        echo "To complete installation of Frontpage, you have"
        echo "to run /etc/pkgconf/frontpage"
        echo
        echo "---------------------------------------------"
fi
 

-- 
Ki �a vos v�ye b�n,
Pablo Saratxaga

http://www.ping.be/~pin19314/           PGP Key available, key ID: 0x8F0E4975

Reply via email to