From owner-freebsd-current Thu Apr 27 14:12:45 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA03688 for current-outgoing; Thu, 27 Apr 1995 14:12:45 -0700 Received: from zibbi.mikom.csir.co.za (zibbi.mikom.csir.co.za [146.64.24.58]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id OAA03677 ; Thu, 27 Apr 1995 14:12:23 -0700 Received: (from jhay@localhost) by zibbi.mikom.csir.co.za (8.6.11/8.6.6) id XAA00586; Thu, 27 Apr 1995 23:11:59 +0200 From: John Hay Message-Id: <199504272111.XAA00586@zibbi.mikom.csir.co.za> Subject: pkg_install does not compile To: current@FreeBSD.org (FreeBSD-current) Date: Thu, 27 Apr 1995 23:11:58 +0200 (SAT) Cc: jkh@FreeBSD.org X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 679 Sender: current-owner@FreeBSD.org Precedence: bulk It looks like there was a typo with the last changes to pkg_install. Here is what I think it should be: -- John Hay -- jhay@mikom.csir.co.za *** src/usr.sbin/pkg_install/add/perform.c.org Thu Apr 27 18:28:35 1995 --- src/usr.sbin/pkg_install/add/perform.c Thu Apr 27 23:04:44 1995 *************** *** 320,326 **** p ? p->name : "/"); if (!Fake) vsystem("/usr/sbin/mtree -u -f %s -d -e -p %s", ! MTREE_FNAME, p ? p->name : "/")) unlink(MTREE_FNAME); } --- 320,326 ---- p ? p->name : "/"); if (!Fake) vsystem("/usr/sbin/mtree -u -f %s -d -e -p %s", ! MTREE_FNAME, p ? p->name : "/"); unlink(MTREE_FNAME); }