Merge in Splunk Add-On for Unix and Linux version 10.1.0
This commit is contained in:
parent
847f4ab742
commit
13b1e503ea
20 changed files with 429 additions and 167 deletions
|
@ -21,7 +21,8 @@ if [[ "$KERNEL" = "Linux" ]] || [[ "$KERNEL" = "HP-UX" ]] || [[ "$KERNEL" = "Dar
|
|||
# shellcheck disable=SC2016
|
||||
FILTER='/KQUEUE|PIPE|PSXSEM/ {next}'
|
||||
elif [ "$KERNEL" = "FreeBSD" ] ; then
|
||||
if [[ $KERNEL_RELEASE =~ 11.* ]] || [[ $KERNEL_RELEASE =~ 12.* ]] || [[ $KERNEL_RELEASE =~ 13.* ]]; then
|
||||
major=${KERNEL_RELEASE%%.*}
|
||||
if ((major >= 13)); then
|
||||
# empty condition to allow the execution of script as is
|
||||
echo > /dev/null
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue