diff options
author | 2017-03-23 06:19:54 -0700 | |
---|---|---|
committer | 2017-03-23 06:19:54 -0700 | |
commit | 88df88a19674ccc0017836941b8ee32eaadf19fb (patch) | |
tree | f930c90f75846ec8d8e33cf27325ff8fafc85d5c /charms/trusty/contrail-analytics/files/ntpq-nodemgr | |
parent | 9f50a40437477432a21b326b15c343ca6b8fe516 (diff) |
Deleted charms with wrong license. Will source them differently in future.
Change-Id: I0fc99ea03c6b6ca4701e63793cb2be60e56c7588
Signed-off-by: Stuart Mackie <wsmackie@juniper.net>
Diffstat (limited to 'charms/trusty/contrail-analytics/files/ntpq-nodemgr')
-rwxr-xr-x | charms/trusty/contrail-analytics/files/ntpq-nodemgr | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/charms/trusty/contrail-analytics/files/ntpq-nodemgr b/charms/trusty/contrail-analytics/files/ntpq-nodemgr deleted file mode 100755 index da00247..0000000 --- a/charms/trusty/contrail-analytics/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 "*" |