From 88df88a19674ccc0017836941b8ee32eaadf19fb Mon Sep 17 00:00:00 2001 From: Stuart Mackie Date: Thu, 23 Mar 2017 06:19:54 -0700 Subject: Deleted charms with wrong license. Will source them differently in future. Change-Id: I0fc99ea03c6b6ca4701e63793cb2be60e56c7588 Signed-off-by: Stuart Mackie --- charms/trusty/contrail-control/files/ntpq-nodemgr | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 charms/trusty/contrail-control/files/ntpq-nodemgr (limited to 'charms/trusty/contrail-control/files/ntpq-nodemgr') diff --git a/charms/trusty/contrail-control/files/ntpq-nodemgr b/charms/trusty/contrail-control/files/ntpq-nodemgr deleted file mode 100755 index da00247..0000000 --- a/charms/trusty/contrail-control/files/ntpq-nodemgr +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -# -# Script to produce some dummy output to satisfy contrail-nodemgr ntp status -# Note: This is intended to be deployed inside containers where the host is running ntp - -if [ -x /usr/bin/ntpq ]; then - exec /usr/bin/ntpq "$@" -fi - -echo "*" -- cgit 1.2.3-korg