Hi, as I have the habbit to compile my own kernel, wouldn't it to change the following line in /etc/rc.d/init.d/nfslock to only startup "lockd" if a mandrake kernel is present. So how about to change the behaviour like this: change # don't start lockd if kernel-linus. if ! grep -q linus /proc/version;then to # start lockd if mandrake kernel. if grep -q mdk /proc/version;then So long, Juergen -- ------------------------------------------------------------------------ J�rgen Zimmermann Department of Computer Science [EMAIL PROTECTED] University of Kaiserslautern Phone: +49 631 205 3280 P.O. Box 3049 Fax: +49 631 205 3299 67653 Kaiserslautern, Germany WWW: http://www.uni-kl.de/AG-Haerder/Zimmermann/ ------------------------------------------------------------------------ "The Number of UNIX installations has grown to 10, with more expected." -- The UNIX Programmer's Manual, 2nd Edition, June, 1972
