Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Apr 1995 23:11:58 +0200 (SAT)
From:      John Hay <jhay@mikom.csir.co.za>
To:        current@FreeBSD.org (FreeBSD-current)
Cc:        jkh@FreeBSD.org
Subject:   pkg_install does not compile
Message-ID:  <199504272111.XAA00586@zibbi.mikom.csir.co.za>

next in thread | raw e-mail | index | archive | help
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);
      }
  



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