PLCAPI replaces php-xmlrpc
authorMark Huang <mlhuang@cs.princeton.edu>
Fri, 10 Nov 2006 19:03:48 +0000 (19:03 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Fri, 10 Nov 2006 19:03:48 +0000 (19:03 +0000)
plc_config.xml

index 9e03e23..567babe 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.15 2006/07/10 21:04:17 mlhuang Exp $
+$Id: plc_config.xml,v 1.16 2006/10/27 20:26:49 mlhuang Exp $
 -->
 
 <!DOCTYPE configuration PUBLIC "-//PlanetLab Central//DTD PLC configuration//EN" "plc_config.dtd">
@@ -643,7 +643,8 @@ $Id: plc_config.xml,v 1.15 2006/07/10 21:04:17 mlhuang Exp $
             access the DB directly. -->
        <packagereq type="mandatory">php</packagereq>
        <packagereq type="mandatory">php-pgsql</packagereq>
-       <packagereq type="mandatory">php-xmlrpc</packagereq>
+       <!-- PLCAPI replaces php-xmlrpc -->
+       <!-- <packagereq type="mandatory">php-xmlrpc</packagereq> -->
 
        <!-- Need GD for ImageCreate(), etc. -->
        <packagereq type="mandatory">gd</packagereq>