diff options
author | Chuck Short <zul@gentoo.org> | 2003-08-28 23:37:59 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2003-08-28 23:37:59 +0000 |
commit | f6b8674789e9c7c3be65af043d95f1aaa493bfcc (patch) | |
tree | 930835b12399c04bd7b65a5e78dae01b8e19d09f /sys-cluster/xmlsysd/files | |
parent | Initial Version (diff) | |
download | gentoo-2-f6b8674789e9c7c3be65af043d95f1aaa493bfcc.tar.gz gentoo-2-f6b8674789e9c7c3be65af043d95f1aaa493bfcc.tar.bz2 gentoo-2-f6b8674789e9c7c3be65af043d95f1aaa493bfcc.zip |
Initial Version
Diffstat (limited to 'sys-cluster/xmlsysd/files')
-rw-r--r-- | sys-cluster/xmlsysd/files/digest-xmlsysd-0.1.5 | 1 | ||||
-rw-r--r-- | sys-cluster/xmlsysd/files/xmlsysd.xinetd | 20 |
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 +} |