From: Mohamed Larabi Date: Wed, 13 Nov 2013 14:00:53 +0000 (+0100) Subject: remove check-hrns from the PLC startup sequence X-Git-Tag: myplc-5.3-1~3 X-Git-Url: http://git.onelab.eu/?p=myplc.git;a=commitdiff_plain;h=756d13b20a48c963da2a0aeba4932e6c5d442dde remove check-hrns from the PLC startup sequence --- 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