add findutils explicitly, as this does not appear in Fedora 7
authorMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 24 Aug 2007 07:19:27 +0000 (07:19 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 24 Aug 2007 07:19:27 +0000 (07:19 +0000)
plc_config.xml
plc_devel_config.xml

index 9a97a1e..e0f18ef 100644 (file)
@@ -6,7 +6,7 @@ Default PLC configuration file
 Mark Huang <mlhuang@cs.princeton.edu>
 Copyright (C) 2006 The Trustees of Princeton University
 
-$Id: plc_config.xml,v 1.19 2007/01/26 02:48:57 mlhuang Exp $
+$Id: plc_config.xml,v 1.20 2007/02/02 23:40:43 mlhuang Exp $
 -->
 
 <!DOCTYPE configuration PUBLIC "-//PlanetLab Central//DTD PLC configuration//EN" "plc_config.dtd">
@@ -526,6 +526,8 @@ $Id: plc_config.xml,v 1.19 2007/01/26 02:48:57 mlhuang Exp $
       <packagelist>
        <!-- Basics -->
        <packagereq type="mandatory">dev</packagereq>   
+       <packagereq type="mandatory">findutils</packagereq>
+
 
        <!-- kernel-vserver is intended for the vserver-reference, but
             serves the same useful purpose for MyPLC, namely, to
index 5e16d29..21e0087 100644 (file)
@@ -6,7 +6,7 @@ Default PLC build environment configuration file
 Mark Huang <mlhuang@cs.princeton.edu>
 Copyright (C) 2006 The Trustees of Princeton University
 
-$Id: plc_devel_config.xml,v 1.8 2007/01/19 19:19:55 mef Exp $
+$Id: plc_devel_config.xml,v 1.9 2007/02/02 04:32:36 mlhuang Exp $
 -->
 
 <!DOCTYPE configuration PUBLIC "-//PlanetLab Central//DTD PLC configuration//EN" "plc_config.dtd">
@@ -103,6 +103,9 @@ $Id: plc_devel_config.xml,v 1.8 2007/01/19 19:19:55 mef Exp $
       <description>Additional tools required to build PlanetLab
       software.</description>
       <packagelist>
+       <!-- Basics -->
+       <packagereq type="mandatory">findutils</packagereq>
+
        <!-- kernel-vserver is intended for the vserver-reference, but
             serves the same useful purpose for MyPLC, namely, to
             Provide: kernel without actually installing anything. -->