Eric MSP Veith escribió: > I was just wondering why everybody uses absolute paths. They did not make > sense to me, that's all; and you did now answer this. :-)
Absolute paths are for speed. Look at initfiles on initng-ifiles tarball. There are the .ii files, they are converted into .i files by install_service. Your problem is due the use of absolute paths in iifiles, you need to change absolute paths like @/sbin/dmesg@ to @[EMAIL PROTECTED] Every string between @ will be considered an executable by install_service, and he will add the correct path automatically. -- _______________________________________________ Initng mailing list [email protected] http://jw.dyndns.org/mailman/listinfo/initng
