Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
SOURCES/xinetd-2.3.15.tar.gz
|
xinetd-2.3.14.tar.gz
|
||||||
|
/xinetd-2.3.15.tar.gz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
168d54aeb181e271e68f4c53847c3e6b2574dba6 SOURCES/xinetd-2.3.15.tar.gz
|
|
6
gating.yaml
Normal file
6
gating.yaml
Normal 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}
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
SHA512 (xinetd-2.3.15.tar.gz) = 9d6fee1fbc90329629d84086ae7de5cd51c25af7b68e52aa704d6f74bee5f0e3d54ca1bcf780f90f74ddc8d336ae0abb5e5e368d43c426a26b8dd2c4676d26aa
|
10
xinetd.sysconf
Normal file
10
xinetd.sysconf
Normal 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"
|
Loading…
Reference in New Issue
Block a user