PERFORCE change 19402 for review
Brian Feldman
green at freebsd.org
Wed Oct 16 14:00:53 GMT 2002
http://perforce.freebsd.org/chv.cgi?CH=19402
Change 19402 by green at green_laptop_2 on 2002/10/16 07:00:37
Oops, should have been _PATH_RUNDOWN and not _PATH_RUNCOM.
Affected files ...
.. //depot/projects/trustedbsd/mac/sbin/init/init.c#6 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sbin/init/init.c#6 (text+ko) ====
@@ -1499,7 +1499,7 @@
#ifdef LOGIN_CAP
setprocresources(RESOURCE_RC);
#endif
- execv(_PATH_RUNCOM, argv + 1);
+ execv(_PATH_RUNDOWN, argv + 1);
warning("can't exec %s: %m", _PATH_RUNDOWN);
execv(_PATH_BSHELL, argv);
warning("can't exec %s for %s: %m", _PATH_BSHELL, _PATH_RUNDOWN);
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list