From owner-p4-projects Wed Oct 16 7: 1: 0 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id B71C737B42C; Wed, 16 Oct 2002 07:00:57 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D9C837B500 for ; Wed, 16 Oct 2002 07:00:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB8D343EA9 for ; Wed, 16 Oct 2002 07:00:56 -0700 (PDT) (envelope-from green@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GE0rmV055075 for ; Wed, 16 Oct 2002 07:00:53 -0700 (PDT) (envelope-from green@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GE0rPZ055070 for perforce@freebsd.org; Wed, 16 Oct 2002 07:00:53 -0700 (PDT) Date: Wed, 16 Oct 2002 07:00:53 -0700 (PDT) Message-Id: <200210161400.g9GE0rPZ055070@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to green@freebsd.org using -f From: Brian Feldman Subject: PERFORCE change 19402 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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