From owner-p4-projects@FreeBSD.ORG Wed Jan 14 11:37:51 2004 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 6C46816A4D0; Wed, 14 Jan 2004 11:37:51 -0800 (PST) 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 468A416A4CE for ; Wed, 14 Jan 2004 11:37:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5105943D48 for ; Wed, 14 Jan 2004 11:37:49 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0EJbl0B088113 for ; Wed, 14 Jan 2004 11:37:47 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0EJbl6w088110 for perforce@freebsd.org; Wed, 14 Jan 2004 11:37:47 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Wed, 14 Jan 2004 11:37:47 -0800 (PST) Message-Id: <200401141937.i0EJbl6w088110@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 45350 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2004 19:37:51 -0000 http://perforce.freebsd.org/chv.cgi?CH=45350 Change 45350 by rwatson@rwatson_tislabs on 2004/01/14 11:37:04 Lost in a merge at some point: do install rc as executable in the MAC branch. Affected files ... .. //depot/projects/trustedbsd/mac/etc/Makefile#37 edit Differences ... ==== //depot/projects/trustedbsd/mac/etc/Makefile#37 (text+ko) ==== @@ -12,7 +12,7 @@ inetd.conf login.access login.conf \ mac.conf motd netconfig network.subr networks newsyslog.conf \ phones profile protocols \ - rc rc.firewall rc.firewall6 rc.sendmail rc.shutdown \ + rc.firewall rc.firewall6 rc.sendmail rc.shutdown \ rc.subr remote rpc services \ shells sysctl.conf syslog.conf usbd.conf \ etc.${MACHINE_ARCH}/ttys \ @@ -33,7 +33,7 @@ .endif # -rwxr-xr-x root:wheel, for the new cron root:wheel -BIN2= netstart pccard_ether rc.suspend rc.resume rc rc.shutdown +BIN2= netstart pccard_ether rc rc.suspend rc.resume rc rc.shutdown MTREE= BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist \ BSD.var.dist BSD.x11.dist BSD.x11-4.dist