re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-06-29 17:10:18 +02:00
parent 8a890c5889
commit 47f92a266b
3 changed files with 17 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/xinetd-2.3.15.tar.gz
xinetd-2.3.14.tar.gz
/xinetd-2.3.15.tar.gz

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-8
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}

10
xinetd.sysconf Normal file
View File

@ -0,0 +1,10 @@
# Add extra options here
EXTRAOPTIONS=""
#
# This is the locale information that xinetd uses. It is passed to every
# server that xinetd starts. It is set to en_US to maintain compatability
# with previous Red Hat Linux releases.
#
# To remove all locale information from xinetd's environment, set
# XINETD_LANG to the empty string or the string "none".
XINETD_LANG="en_US"