24f428
From bc7f0b527730d981ae76aac24c253b7c513861c0 Mon Sep 17 00:00:00 2001
24f428
From: Eric Garver <e@erig.me>
24f428
Date: Wed, 14 Nov 2018 12:11:24 -0500
24f428
Subject: [PATCH] remove cockpit service definition
24f428
24f428
---
24f428
 config/Makefile.am          | 1 -
24f428
 config/services/cockpit.xml | 6 ------
24f428
 po/POTFILES.in              | 1 -
24f428
 3 files changed, 8 deletions(-)
24f428
 delete mode 100644 config/services/cockpit.xml
24f428
24f428
diff --git a/config/Makefile.am b/config/Makefile.am
24f428
index 7048d2ee5c0b..0a3e228bff74 100644
24f428
--- a/config/Makefile.am
24f428
+++ b/config/Makefile.am
24f428
@@ -130,7 +130,6 @@ CONFIG_FILES = \
24f428
 	services/ceph-mon.xml \
24f428
 	services/ceph.xml \
24f428
 	services/cfengine.xml \
24f428
-	services/cockpit.xml \
24f428
 	services/condor-collector.xml \
24f428
 	services/ctdb.xml \
24f428
 	services/dhcpv6-client.xml \
24f428
diff --git a/config/services/cockpit.xml b/config/services/cockpit.xml
24f428
deleted file mode 100644
24f428
index 486b5eb75e11..000000000000
24f428
--- a/config/services/cockpit.xml
24f428
+++ /dev/null
24f428
@@ -1,6 +0,0 @@
24f428
-
24f428
-<service>
24f428
-  <short>Cockpit</short>
24f428
-  <description>Cockpit lets you access and configure your server remotely.</description>
24f428
-  <port protocol="tcp" port="9090"/>
24f428
-</service>
24f428
diff --git a/po/POTFILES.in b/po/POTFILES.in
24f428
index 032bb8c14fd2..dd7aa7d82e3a 100644
24f428
--- a/po/POTFILES.in
24f428
+++ b/po/POTFILES.in
24f428
@@ -63,7 +63,6 @@ config/services/bitcoin.xml
24f428
 config/services/ceph-mon.xml
24f428
 config/services/ceph.xml
24f428
 config/services/cfengine.xml
24f428
-config/services/cockpit.xml
24f428
 config/services/condor-collector.xml
24f428
 config/services/ctdb.xml
24f428
 config/services/dhcpv6-client.xml
24f428
-- 
24f428
2.18.0
24f428