Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2002 07:00:53 -0700 (PDT)
From:      Brian Feldman <green@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 19402 for review
Message-ID:  <200210161400.g9GE0rPZ055070@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=19402

Change 19402 by green@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@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210161400.g9GE0rPZ055070>