1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00

databases/mysqltuner: fix shebang

PR:	277703
This commit is contained in:
Miroslav Lachman 2024-03-14 21:30:20 +01:00 committed by Kurt Jaeger
parent f4ea677b69
commit a994cc4dce
2 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,7 @@
PORTNAME= mysqltuner
PORTVERSION= 2.5.2
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= databases
MAINTAINER= pi@FreeBSD.org

View File

@ -0,0 +1,7 @@
--- mysqltuner.pl.orig 2024-03-14 16:58:27 UTC
+++ mysqltuner.pl
@@ -1,3 +1,4 @@
+#!/usr/local/bin/perl
# mysqltuner.pl - Version 2.5.2
# High Performance MySQL Tuning Script
# Copyright (C) 2015-2023 Jean-Marie Renouard - jmrenouard@gmail.com