From 854fdfe526baa82adf31f14cac8a62223b310050 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 15 Jun 2012 00:13:58 +0300 Subject: [PATCH] remove svn keywords --- conf_files.py | 3 --- coresched.py | 3 --- forward_api_calls.c | 3 --- initscripts/conf_files | 4 ---- initscripts/fuse-pl | 4 ---- initscripts/nm | 3 --- iptables.py | 4 ---- net.py | 3 --- plugins/codemux.py | 3 --- plugins/rawdisk.py | 3 --- plugins/sfagids.py | 3 --- plugins/specialaccounts.py | 2 -- plugins/vsys.py | 3 --- plugins/vsys_privs.py | 3 --- setup.py | 5 ----- ticket.py | 3 --- tools.py | 3 --- 17 files changed, 55 deletions(-) diff --git a/conf_files.py b/conf_files.py index c16639f..252c795 100644 --- a/conf_files.py +++ b/conf_files.py @@ -1,6 +1,3 @@ -# $Id$ -# $URL$ - """configuration files""" import grp diff --git a/coresched.py b/coresched.py index 3954da9..d064e93 100644 --- a/coresched.py +++ b/coresched.py @@ -1,6 +1,3 @@ -# $Id$ -# $URL$ - """Whole core scheduling """ diff --git a/forward_api_calls.c b/forward_api_calls.c index 98fc01d..9e2d2bb 100644 --- a/forward_api_calls.c +++ b/forward_api_calls.c @@ -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. diff --git a/initscripts/conf_files b/initscripts/conf_files index 1b85817..cbf27bf 100644 --- a/initscripts/conf_files +++ b/initscripts/conf_files @@ -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 diff --git a/initscripts/fuse-pl b/initscripts/fuse-pl index e64d53c..9336d98 100644 --- a/initscripts/fuse-pl +++ b/initscripts/fuse-pl @@ -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 diff --git a/initscripts/nm b/initscripts/nm index 15ddefe..12bb5a9 100755 --- a/initscripts/nm +++ b/initscripts/nm @@ -1,8 +1,5 @@ #!/bin/bash # -# $Id$ -# $URL$ -# # nm Starts and stops Node Manager daemon # # chkconfig: 3 86 26 diff --git a/iptables.py b/iptables.py index 3bcd252..e17be94 100644 --- a/iptables.py +++ b/iptables.py @@ -1,10 +1,6 @@ #!/usr/bin/python -tt # -# $Id$ -# $URL$ -# # Author: Daniel Hokka Zakrisson -# $Id$ import os import subprocess diff --git a/net.py b/net.py index f67ec78..100720c 100644 --- a/net.py +++ b/net.py @@ -1,6 +1,3 @@ -# $Id$ -# $URL$ - """network configuration""" # system provided modules diff --git a/plugins/codemux.py b/plugins/codemux.py index 6ac314d..e919753 100644 --- a/plugins/codemux.py +++ b/plugins/codemux.py @@ -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 diff --git a/plugins/rawdisk.py b/plugins/rawdisk.py index 6d6e0f0..f64affe 100644 --- a/plugins/rawdisk.py +++ b/plugins/rawdisk.py @@ -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 diff --git a/plugins/sfagids.py b/plugins/sfagids.py index 2723a7a..21ea581 100644 --- a/plugins/sfagids.py +++ b/plugins/sfagids.py @@ -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 # diff --git a/plugins/specialaccounts.py b/plugins/specialaccounts.py index f3af8bc..2cbda58 100644 --- a/plugins/specialaccounts.py +++ b/plugins/specialaccounts.py @@ -1,8 +1,6 @@ #!/usr/bin/python -tt # vim:set ts=4 sw=4 expandtab: # -# $Id$ -# $URL$ # # NodeManager plugin to create special accounts diff --git a/plugins/vsys.py b/plugins/vsys.py index b836dc5..8d4f34c 100644 --- a/plugins/vsys.py +++ b/plugins/vsys.py @@ -1,6 +1,3 @@ -# $Id$ -# $URL$ - """vsys configurator. Maintains ACLs and script pipes inside vservers based on slice attributes.""" import logger diff --git a/plugins/vsys_privs.py b/plugins/vsys_privs.py index af2b739..01ab283 100755 --- a/plugins/vsys_privs.py +++ b/plugins/vsys_privs.py @@ -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 diff --git a/setup.py b/setup.py index 7b17cf6..190fa56 100644 --- a/setup.py +++ b/setup.py @@ -1,15 +1,10 @@ #!/usr/bin/python # -# $Id$ -# $URL$ -# # Setup script for the Node Manager application # # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id$ -# from distutils.core import setup, Extension diff --git a/ticket.py b/ticket.py index 0012908..c6dc4f7 100644 --- a/ticket.py +++ b/ticket.py @@ -1,6 +1,3 @@ -# $Id$ -# $URL$ - """An extremely simple interface to the signing/verifying capabilities of gnupg. diff --git a/tools.py b/tools.py index 99e6dac..a0fbe56 100644 --- 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 -- 2.43.0