Propset keyword.
authorFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Tue, 4 Dec 2007 17:18:55 +0000 (17:18 +0000)
committerFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Tue, 4 Dec 2007 17:18:55 +0000 (17:18 +0000)
blacklist.php
bwlimit.php
get_gpg_key.php
get_plc_config.php
getupdatesxml.php
ipod.conf.php
iptables
issue.php
keys.php
sysctl.php

index d3ffaa6..8966f6d 100755 (executable)
@@ -9,7 +9,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2004 The Trustees of Princeton University
 #
-# $Id: blacklist.php,v 1.1 2006/11/06 22:02:17 mlhuang Exp $
+# $Id$
 #
 
 *filter
index 0b554da..3e3cbc9 100755 (executable)
@@ -5,7 +5,7 @@
 // Mark Huang <mlhuang@cs.princeton.edu>
 // Copyright (C) 2006 The Trustees of Princeton University
 //
-// $Id: bwlimit.php,v 1.1 2006/11/06 22:02:17 mlhuang Exp $
+// $Id$
 //
 
 // Get admin API handle
index 7763e38..42debe5 100755 (executable)
@@ -5,7 +5,7 @@
 // Mark Huang <mlhuang@cs.princeton.edu>
 // Copyright (C) 2006 The Trustees of Princeton University
 //
-// $Id: get_gpg_key.php,v 1.1 2006/05/08 18:53:30 mlhuang Exp $
+// $Id$
 //
 
 include 'plc_config.php';
index c96a265..9bf1c12 100755 (executable)
@@ -6,7 +6,7 @@
 // Mark Huang <mlhuang@cs.princeton.edu>
 // Copyright (C) 2006 The Trustees of Princeton University
 //
-// $Id: get_plc_config.php,v 1.1 2006/11/06 22:02:17 mlhuang Exp $
+// $Id$
 //
 
 // Try the new plc_config.php file first
index c595361..8ca522b 100755 (executable)
@@ -7,7 +7,7 @@
 //
 // Copyright (C) 2006 The Trustees of Princeton University
 //
-// $Id: getupdatesxml.php,v 1.2 2006/11/09 20:21:43 mlhuang Exp $
+// $Id$
 //
 
 // Get admin API handle
index 06d35ff..f0462d4 100755 (executable)
@@ -5,7 +5,7 @@
 // Mark Huang <mlhuang@cs.princeton.edu>
 // Copyright (C) 2004-2006 The Trustees of Princeton University
 //
-// $Id: ipod.conf.php,v 1.1 2006/04/07 19:29:04 mlhuang Exp $
+// $Id$
 //
 
 include('plc_config.php');
index a3ea6b3..9ae2962 100755 (executable)
--- a/iptables
+++ b/iptables
@@ -5,7 +5,7 @@
 #
 # PlanetLab standard filter chains
 #
-# $Id: iptables,v 1.2 2005/06/03 13:36:09 alk Exp $
+# $Id$
 #
 
 *filter
index ed1fc86..be02d94 100755 (executable)
--- a/issue.php
+++ b/issue.php
@@ -5,7 +5,7 @@
 // Mark Huang <mlhuang@cs.princeton.edu>
 // Copyright (C) 2004-2006 The Trustees of Princeton University
 //
-// $Id: issue.php,v 1.1 2006/04/07 18:44:04 mlhuang Exp $
+// $Id$
 //
 
 // For PLC_NAME, etc.
index 29216ba..eab3167 100755 (executable)
--- a/keys.php
+++ b/keys.php
@@ -13,7 +13,7 @@
 // Aaron Klingaman <alk@cs.princeton.edu>
 // Copyright (C) 2004 The Trustees of Princeton University
 //
-// $Id: keys.php,v 1.2 2006/11/09 20:21:43 mlhuang Exp $
+// $Id$
 //
 
 // Get admin API handle
index 0c524d0..0e62e77 100755 (executable)
@@ -39,6 +39,8 @@ if (!empty($nodenetworks)) {
 # For binary values, 0 is disabled, 1 is enabled.  See sysctl(8) and
 # sysctl.conf(5) for more details.
 
+# $Id$
+
 # Controls IP packet forwarding
 net.ipv4.ip_forward = <?php echo $ip_forward; ?>