From 345211babf0b11c2313c5e3ab8fcd075b139dc08 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sun, 30 Dec 2018 17:39:28 +0100 Subject: [PATCH] shebangs just in case --- bootauth.py | 2 +- bwmon.py | 2 +- config.py | 2 +- iptables.py | 2 +- nodemanager.py | 2 +- plugins/drl.py | 2 +- plugins/rawdisk.py | 2 +- plugins/sfagids.py | 2 +- plugins/sliverauth.py | 2 +- plugins/specialaccounts.py | 2 +- plugins/syndicate.py | 2 +- setup.py | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/bootauth.py b/bootauth.py index 3ebe30b..19353f4 100755 --- a/bootauth.py +++ b/bootauth.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # # Obtaining a node session key. Usually, the Boot # Manager obtains it, then writes it to /etc/planetlab/session. diff --git a/bwmon.py b/bwmon.py index 691d4b3..a6dda3c 100644 --- a/bwmon.py +++ b/bwmon.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # # Average bandwidth monitoring script. Run periodically via NM db.sync to # enforce a soft limit on daily bandwidth usage for each slice. If a diff --git a/config.py b/config.py index a56fb47..700b2db 100644 --- a/config.py +++ b/config.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # # Parses the PLC configuration file /etc/planetlab/plc_config, which # is bootstrapped by Boot Manager, but managed by us. diff --git a/iptables.py b/iptables.py index e17be94..2842a9d 100644 --- a/iptables.py +++ b/iptables.py @@ -1,4 +1,4 @@ -#!/usr/bin/python -tt +#!/usr/bin/python3 -tt # # Author: Daniel Hokka Zakrisson diff --git a/nodemanager.py b/nodemanager.py index dfe6284..e89fca2 100755 --- a/nodemanager.py +++ b/nodemanager.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # # Useful information can be found at https://svn.planet-lab.org/wiki/NodeManager # diff --git a/plugins/drl.py b/plugins/drl.py index bfacd5b..1b10671 100644 --- a/plugins/drl.py +++ b/plugins/drl.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 """ DRL configurator. """ diff --git a/plugins/rawdisk.py b/plugins/rawdisk.py index eb3df0f..9f80c15 100644 --- a/plugins/rawdisk.py +++ b/plugins/rawdisk.py @@ -1,4 +1,4 @@ -#!/usr/bin/python -tt +#!/usr/bin/python3 -tt # vim:set ts=4 sw=4 expandtab: # # NodeManager plugin to support mapping unused raw disks into a slice diff --git a/plugins/sfagids.py b/plugins/sfagids.py index a3e1813..ac8be79 100644 --- a/plugins/sfagids.py +++ b/plugins/sfagids.py @@ -1,4 +1,4 @@ -#!/usr/bin/python -tt +#!/usr/bin/python3 -tt # vim:set ts=4 sw=4 expandtab: # # NodeManager plugin for installing SFA GID's in slivers diff --git a/plugins/sliverauth.py b/plugins/sliverauth.py index 503afa1..8c2081b 100644 --- a/plugins/sliverauth.py +++ b/plugins/sliverauth.py @@ -1,4 +1,4 @@ -#!/usr/bin/python -tt +#!/usr/bin/python3 -tt # vim:set ts=4 sw=4 expandtab: # # NodeManager plugin for creating credentials in slivers diff --git a/plugins/specialaccounts.py b/plugins/specialaccounts.py index ff984e6..573bc3d 100644 --- a/plugins/specialaccounts.py +++ b/plugins/specialaccounts.py @@ -1,4 +1,4 @@ -#!/usr/bin/python -tt +#!/usr/bin/python3 -tt # vim:set ts=4 sw=4 expandtab: # # diff --git a/plugins/syndicate.py b/plugins/syndicate.py index 4a9d4de..2a34e79 100644 --- a/plugins/syndicate.py +++ b/plugins/syndicate.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 """ Syndicate configurator. """ diff --git a/setup.py b/setup.py index 466c2b1..2d86040 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # # Setup script for the Node Manager application # -- 2.43.0