Blame SOURCES/v0.9.0-0064-feat-service-Add-rpc-rquotad.service.patch

00cd46
From 7edc99c9aca9c1416a05c117ab65598dc3095c35 Mon Sep 17 00:00:00 2001
00cd46
From: Kenneth D'souza <kdsouza@redhat.com>
00cd46
Date: Tue, 16 Jun 2020 01:14:52 +0530
00cd46
Subject: [PATCH 64/64] feat(service): Add rpc-rquotad.service
00cd46
00cd46
Signed-off-by: Kenneth D'souza <kdsouza@redhat.com>
00cd46
(cherry picked from commit 35e58d6fca6fbf44c34629dc058f3f1f727e7783)
00cd46
---
00cd46
 config/Makefile.am          | 1 +
00cd46
 config/services/rquotad.xml | 7 +++++++
00cd46
 po/POTFILES.in              | 1 +
00cd46
 3 files changed, 9 insertions(+)
00cd46
 create mode 100644 config/services/rquotad.xml
00cd46
00cd46
diff --git a/config/Makefile.am b/config/Makefile.am
00cd46
index 5f44678841f3..178c2358b117 100644
00cd46
--- a/config/Makefile.am
00cd46
+++ b/config/Makefile.am
00cd46
@@ -233,6 +233,7 @@ CONFIG_FILES = \
00cd46
 	services/redis.xml \
00cd46
 	services/RH-Satellite-6.xml \
00cd46
 	services/rpc-bind.xml \
00cd46
+	services/rquotad.xml \
00cd46
 	services/rsh.xml \
00cd46
 	services/rsyncd.xml \
00cd46
 	services/rtsp.xml \
00cd46
diff --git a/config/services/rquotad.xml b/config/services/rquotad.xml
00cd46
new file mode 100644
00cd46
index 000000000000..adcd233ebd4d
00cd46
--- /dev/null
00cd46
+++ b/config/services/rquotad.xml
00cd46
@@ -0,0 +1,7 @@
00cd46
+
00cd46
+<service>
00cd46
+  <short>rquotad</short>
00cd46
+  <description>Remote Quota Server Daemon</description>
00cd46
+  <port protocol="tcp" port="875"/>
00cd46
+  <port protocol="udp" port="875"/>
00cd46
+</service>
00cd46
diff --git a/po/POTFILES.in b/po/POTFILES.in
00cd46
index 92323b03fc17..8552b8eca4ab 100644
00cd46
--- a/po/POTFILES.in
00cd46
+++ b/po/POTFILES.in
00cd46
@@ -166,6 +166,7 @@ config/services/redis-sentinel.xml
00cd46
 config/services/redis.xml
00cd46
 config/services/RH-Satellite-6.xml
00cd46
 config/services/rpc-bind.xml
00cd46
+config/services/rquotad.xml
00cd46
 config/services/rsh.xml
00cd46
 config/services/rsyncd.xml
00cd46
 config/services/rtsp.xml
00cd46
-- 
00cd46
2.28.0
00cd46