On Sat, 13 Jul 2002, Rui Li wrote:
> hi, Davide, > 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 likethe one supplied with KDE(ksysv) ). Could you > tell me if it is necessary to run Xmail on Linux? > Great thanks! yesterday i posted a message with the solution to this. anyway, create a file named sysv_init.sh with this content : ----------------- cut here ------------------------ #!/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 ----------------- cut here ------------------------ then : # chmod sysv_init.sh 755 and from inside the XMail sources directory : # ./sysv_init.sh and : # /etc/rc.d/init.d/xmail start - 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]
