creation from PLCWWW
[nodeconfig.git] / sysctl.php
index 0c524d0..edd8e86 100755 (executable)
@@ -5,7 +5,7 @@
 // Mark Huang <mlhuang@cs.princeton.edu>
 // Copyright (C) 2006 The Trustees of Princeton University
 //
-// $Id: sysctl.php,v 1.1 2006/11/06 22:02:17 mlhuang Exp $
+// $Id$
 //
 
 // Get admin API handle
@@ -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; ?>