From 756d13b20a48c963da2a0aeba4932e6c5d442dde Mon Sep 17 00:00:00 2001 From: Mohamed Larabi Date: Wed, 13 Nov 2013 15:00:53 +0100 Subject: [PATCH] remove check-hrns from the PLC startup sequence --- plc.d/hrn | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100755 plc.d/hrn diff --git a/plc.d/hrn b/plc.d/hrn deleted file mode 100755 index c90ccbd..0000000 --- a/plc.d/hrn +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/bash -# -# priority: 1300 -# -# Check and Set the HRNs of Sites/Slices/Persons -# -# Copyright (C) 2006 The Trustees of Princeton University -# Mohamed Amine Larabi -# - -# Source function library and configuration -. /etc/plc.d/functions -. /etc/planetlab/plc_config - -# Be verbose -set -x - - -case "$1" in - start) - MESSAGE=$"Checking/Setting HRNs" - dialog "$MESSAGE" - - check-hrns.py - - result "$MESSAGE" - ;; -esac - -exit $ERRORS -- 2.43.0