On Mon, 14 Jan 2002, Maarten Weyn wrote: > Hi i'm trying to install xmail. > But on the point where its says, copy the xmail startup script to > etc/...... > I get into trouble. > > Which script?
there's a script named 'xmail' ( case sensitive ) that you've to copy to : # cp xmail /etc/rc.d/init.d Then you've to create startup scripts : # cd /etc/rc.d # ln -s ../init.d/xmail rc0.d/K10xmail # ln -s ../init.d/xmail rc1.d/K10xmail # ln -s ../init.d/xmail rc2.d/K10xmail # ln -s ../init.d/xmail rc6.d/K10xmail # ln -s ../init.d/xmail rc3.d/S90xmail # ln -s ../init.d/xmail rc4.d/S90xmail # ln -s ../init.d/xmail rc5.d/S90xmail - Davide - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
