summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Short <zul@gentoo.org>2003-08-28 23:37:59 +0000
committerChuck Short <zul@gentoo.org>2003-08-28 23:37:59 +0000
commita0d047a917635408cca71588f9affb143108a5f2 (patch)
tree2a9365cb5ed0e4ab2cdb5ea1c4feb469b6788d6b /sys-cluster/xmlsysd/files
parentInitial Version (diff)
downloadhistorical-a0d047a917635408cca71588f9affb143108a5f2.tar.gz
historical-a0d047a917635408cca71588f9affb143108a5f2.tar.bz2
historical-a0d047a917635408cca71588f9affb143108a5f2.zip
Initial Version
Diffstat (limited to 'sys-cluster/xmlsysd/files')
-rw-r--r--sys-cluster/xmlsysd/files/digest-xmlsysd-0.1.51
-rw-r--r--sys-cluster/xmlsysd/files/xmlsysd.xinetd20
2 files changed, 21 insertions, 0 deletions
diff --git a/sys-cluster/xmlsysd/files/digest-xmlsysd-0.1.5 b/sys-cluster/xmlsysd/files/digest-xmlsysd-0.1.5
new file mode 100644
index 000000000000..d5d9976b5bf4
--- /dev/null
+++ b/sys-cluster/xmlsysd/files/digest-xmlsysd-0.1.5
@@ -0,0 +1 @@
+MD5 5cc388483d4b03a544bb38e3fa9c0150 xmlsysd.tgz 325916
diff --git a/sys-cluster/xmlsysd/files/xmlsysd.xinetd b/sys-cluster/xmlsysd/files/xmlsysd.xinetd
new file mode 100644
index 000000000000..8e4e3ad9a95e
--- /dev/null
+++ b/sys-cluster/xmlsysd/files/xmlsysd.xinetd
@@ -0,0 +1,20 @@
+# default: on
+# description: The xmlsysd daemon, to be managed by xinetd.
+# Uncomment the "only_from" line below and edit it to permit access from
+# only private internal network hosts and/or specific networks. Or leave
+# it as is and control via ipchains or iptables. The default is to
+# permit connections from any host, which may not be right for your site.
+service xmlsysd
+{
+ disable = yes
+ socket_type = stream
+ protocol = tcp
+ wait = no
+ user = nobody
+ group = nobody
+ server = /usr/sbin/xmlsysd
+ server_args = -i 7887
+ port = 7887
+ instances = 10
+# only_from = 10.0.0.0,172.16.0,0,192.168.0.0
+}