remove svn keywords
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 14 Jun 2012 21:13:58 +0000 (00:13 +0300)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 14 Jun 2012 21:13:58 +0000 (00:13 +0300)
17 files changed:
conf_files.py
coresched.py
forward_api_calls.c
initscripts/conf_files
initscripts/fuse-pl
initscripts/nm
iptables.py
net.py
plugins/codemux.py
plugins/rawdisk.py
plugins/sfagids.py
plugins/specialaccounts.py
plugins/vsys.py
plugins/vsys_privs.py
setup.py
ticket.py
tools.py

index c16639f..252c795 100644 (file)
@@ -1,6 +1,3 @@
-# $Id$
-# $URL$
-
 """configuration files"""
 
 import grp
index 3954da9..d064e93 100644 (file)
@@ -1,6 +1,3 @@
-# $Id$
-# $URL$
-
 """Whole core scheduling
 
 """
index 98fc01d..9e2d2bb 100644 (file)
@@ -1,7 +1,4 @@
 /* 
- * $Id$
- * $URL$
- *
  * forward_api_calls.c: forward XMLRPC calls to the Node Manager
  * Used as a shell, this code works in tandem with sshd
  * to allow authenticated remote access to a localhost-only service.
index 1b85817..cbf27bf 100644 (file)
@@ -1,14 +1,10 @@
 #!/bin/bash
 #
-# $Id$
-# $URL$
-#
 # conf_files       Updates node configuration files at startup
 #
 # chkconfig: 3 20 80
 # description: Updates node configuration files at startup
 #
-# $Id$
 
 # Source function library.
 . /etc/init.d/functions
index e64d53c..9336d98 100644 (file)
@@ -1,14 +1,10 @@
 #!/bin/bash
 #
-# $Id$
-# $URL$
-#
 # fuse-pl      Start FUSE support on PlanetLab
 #
 # chkconfig: 3 87 27
 # description: Start FUSE support on PlanetLab
 #
-# $Id$
 
 # Source function library.
 . /etc/init.d/functions
index 15ddefe..12bb5a9 100755 (executable)
@@ -1,8 +1,5 @@
 #!/bin/bash
 #
-# $Id$
-# $URL$
-#
 # nm       Starts and stops Node Manager daemon
 #
 # chkconfig: 3 86 26
index 3bcd252..e17be94 100644 (file)
@@ -1,10 +1,6 @@
 #!/usr/bin/python -tt
 #
-# $Id$
-# $URL$
-#
 # Author: Daniel Hokka Zakrisson <daniel@hozac.com>
-# $Id$
 
 import os
 import subprocess
diff --git a/net.py b/net.py
index f67ec78..100720c 100644 (file)
--- a/net.py
+++ b/net.py
@@ -1,6 +1,3 @@
-# $Id$
-# $URL$
-
 """network configuration"""
 
 # system provided modules
index 6ac314d..e919753 100644 (file)
@@ -1,6 +1,3 @@
-# $Id$
-# $URL$
-
 """Codemux configurator.  Monitors slice attributes and configures CoDemux to mux port 80 based on HOST field in HTTP request.  Forwards to localhost port belonging to configured slice."""
 
 import logger
index 6d6e0f0..f64affe 100644 (file)
@@ -1,9 +1,6 @@
 #!/usr/bin/python -tt
 # vim:set ts=4 sw=4 expandtab:
 #
-# $Id$
-# $URL$
-#
 # NodeManager plugin to support mapping unused raw disks into a slice
 # that has the rawdisk sliver tag
 
index 2723a7a..21ea581 100644 (file)
@@ -1,9 +1,6 @@
 #!/usr/bin/python -tt
 # vim:set ts=4 sw=4 expandtab:
 #
-# $Id$
-# $URL$
-#
 # NodeManager plugin for installing SFA GID's in slivers
 # 
 
index f3af8bc..2cbda58 100644 (file)
@@ -1,8 +1,6 @@
 #!/usr/bin/python -tt
 # vim:set ts=4 sw=4 expandtab:
 #
-# $Id$
-# $URL$
 #
 # NodeManager plugin to create special accounts
 
index b836dc5..8d4f34c 100644 (file)
@@ -1,6 +1,3 @@
-# $Id$
-# $URL$
-
 """vsys configurator.  Maintains ACLs and script pipes inside vservers based on slice attributes."""
 
 import logger
index af2b739..01ab283 100755 (executable)
@@ -1,6 +1,3 @@
-# $Id$
-# $URL$
-
 """
 vsys sub-configurator.  Maintains configuration parameters associated with vsys scripts.
 All slice attributes with the prefix vsys_ are written into configuration files on the
index 7b17cf6..190fa56 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,15 +1,10 @@
 #!/usr/bin/python
 #
-# $Id$
-# $URL$
-#
 # Setup script for the Node Manager application
 #
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id$
-#
 
 from distutils.core import setup, Extension
 
index 0012908..c6dc4f7 100644 (file)
--- a/ticket.py
+++ b/ticket.py
@@ -1,6 +1,3 @@
-# $Id$
-# $URL$
-
 """An extremely simple interface to the signing/verifying capabilities
 of gnupg.
 
index 99e6dac..a0fbe56 100644 (file)
--- a/tools.py
+++ b/tools.py
@@ -1,6 +1,3 @@
-# $Id$
-# $URL$
-
 """A few things that didn't seem to fit anywhere else."""
 
 import os, os.path