diff --git a/.gitignore b/.gitignore index 652b038..bb93fed 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/xinetd-2.3.15.tar.gz +xinetd-2.3.14.tar.gz /xinetd-2.3.15.tar.gz diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..eb7c84f --- /dev/null +++ b/gating.yaml @@ -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} diff --git a/xinetd.sysconf b/xinetd.sysconf new file mode 100644 index 0000000..9edfe8c --- /dev/null +++ b/xinetd.sysconf @@ -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"