Ismael Luceno <[EMAIL PROTECTED]> writes:
> + mount("proc", "/proc", "proc", 0, NULL);Please not more of implicit mount() operations. Filesystem mounting is one part of initng which is completely screwed up and really does not need more complexity. E.g. line above will conflict with an /etc/fstab entry of | none /proc proc defaults It would be better to set the FD_CLOEXEC flag for all opened files. Enrico
pgpjcAaMK2VOX.pgp
Description: PGP signature
-- _______________________________________________ Initng mailing list [email protected] http://jw.dyndns.org/mailman/listinfo/initng
