On Fri, 12 Jul 2002, Rui Li wrote:
> hi, everyone, > I'm trying to run Xmail on Linux, but I almost know nothing about Linux > at all. When I followed your configuration directions in readme.txt, I > couldn't understand No.13(If you are smart enough,you cancreate your > S??Xmail and K??Xmail links,otherwise, you can use a module > configuration tool like the one supplied with KDE(ksysv) ). Could any of > you tell me if it is necessary to run Xmail on Linux? > Great thanks! Create a script file ( for example sysiv_inst ) with the content listed inside the dashed lines ( not included ) : -------------------------------------------------------- #!/bin/sh cp xmail /etc/rc.d/init.d/xmail ln -s ../init.d/xmail /etc/rc.d/rc0.d/K10xmail ln -s ../init.d/xmail /etc/rc.d/rc1.d/K10xmail ln -s ../init.d/xmail /etc/rc.d/rc2.d/K10xmail ln -s ../init.d/xmail /etc/rc.d/rc6.d/K10xmail ln -s ../init.d/xmail /etc/rc.d/rc3.d/S90xmail ln -s ../init.d/xmail /etc/rc.d/rc4.d/S90xmail ln -s ../init.d/xmail /etc/rc.d/rc5.d/S90xmail -------------------------------------------------------- then run : # chmod 755 sysiv_inst then from inside the XMail sources directory ( and from root user ) run : # ./sysiv_inst ( i added this script in 1.10 ) - 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]
