=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== check-pgbackrest-1.9/RELEASING.md-4- check-pgbackrest-1.9/RELEASING.md:5:Edit variable `$VERSION` in `check_pgbackrest`, and update the version field check-pgbackrest-1.9/RELEASING.md-6-at the end of the in-line documentation in this script. ############################################## check-pgbackrest-1.9/test/provision/pgbackrest_minio.bash-47-# setup DNS alias for backup-srv where minio is installed check-pgbackrest-1.9/test/provision/pgbackrest_minio.bash:48:MINIO_IP=`getent hosts backup-srv | awk '{ print $1 }'` check-pgbackrest-1.9/test/provision/pgbackrest_minio.bash-49-cat<<EOF >>"/etc/hosts" ############################################## check-pgbackrest-1.9/test/regress/simulate-extended-activity.bash-4-usage() { check-pgbackrest-1.9/test/regress/simulate-extended-activity.bash:5: echo "Usage: `basename $0` [-s <scale>] [-a <activity_time>] [-p <local|remote>]" 1>&2; check-pgbackrest-1.9/test/regress/simulate-extended-activity.bash-6- exit 1; ############################################## check-pgbackrest-1.9/.pc/shebang/check_pgbackrest-433- dprint("pgBackRest info command was : '$infocmd'\n"); check-pgbackrest-1.9/.pc/shebang/check_pgbackrest:434: my $json_output = `$infocmd 2>&1 |grep -v ERROR`; check-pgbackrest-1.9/.pc/shebang/check_pgbackrest-435- ############################################## check-pgbackrest-1.9/.pc/shebang/check_pgbackrest-464- dprint("pgBackRest get command was : '$getcmd'\n"); check-pgbackrest-1.9/.pc/shebang/check_pgbackrest:465: my $history_content = `$getcmd 2>&1 |grep -v ERROR`; check-pgbackrest-1.9/.pc/shebang/check_pgbackrest-466- ############################################## check-pgbackrest-1.9/.pc/shebang/check_pgbackrest-488- dprint("pgBackRest ls command was : '$lscmd'\n"); check-pgbackrest-1.9/.pc/shebang/check_pgbackrest:489: my $json_output = `$lscmd 2>&1 |grep -v ERROR`; check-pgbackrest-1.9/.pc/shebang/check_pgbackrest-490- ############################################## check-pgbackrest-1.9/.pc/shebang/check_pgbackrest-509- dprint("pgBackRest version command was : '$version_cmd'\n"); check-pgbackrest-1.9/.pc/shebang/check_pgbackrest:510: my $pgbackrest_version = `$version_cmd | sed -e s/pgBackRest\\ // | sed -e s/dev//`; check-pgbackrest-1.9/.pc/shebang/check_pgbackrest-511- ############################################## check-pgbackrest-1.9/check_pgbackrest-433- dprint("pgBackRest info command was : '$infocmd'\n"); check-pgbackrest-1.9/check_pgbackrest:434: my $json_output = `$infocmd 2>&1 |grep -v ERROR`; check-pgbackrest-1.9/check_pgbackrest-435- ############################################## check-pgbackrest-1.9/check_pgbackrest-464- dprint("pgBackRest get command was : '$getcmd'\n"); check-pgbackrest-1.9/check_pgbackrest:465: my $history_content = `$getcmd 2>&1 |grep -v ERROR`; check-pgbackrest-1.9/check_pgbackrest-466- ############################################## check-pgbackrest-1.9/check_pgbackrest-488- dprint("pgBackRest ls command was : '$lscmd'\n"); check-pgbackrest-1.9/check_pgbackrest:489: my $json_output = `$lscmd 2>&1 |grep -v ERROR`; check-pgbackrest-1.9/check_pgbackrest-490- ############################################## check-pgbackrest-1.9/check_pgbackrest-509- dprint("pgBackRest version command was : '$version_cmd'\n"); check-pgbackrest-1.9/check_pgbackrest:510: my $pgbackrest_version = `$version_cmd | sed -e s/pgBackRest\\ // | sed -e s/dev//`; check-pgbackrest-1.9/check_pgbackrest-511-