git: afa1357f1caa - 2021Q2 - www/tomcat10: Fix shebang in rc.d script
Juraj Lutter
otis at FreeBSD.org
Thu May 6 13:27:35 UTC 2021
The branch 2021Q2 has been updated by otis:
URL: https://cgit.FreeBSD.org/ports/commit/?id=afa1357f1caab752b93b4c5fd0742d385e84229a
commit afa1357f1caab752b93b4c5fd0742d385e84229a
Author: Lapo Luchini <lapo at lapo.it>
AuthorDate: 2021-05-06 13:19:58 +0000
Commit: Juraj Lutter <otis at FreeBSD.org>
CommitDate: 2021-05-06 13:26:31 +0000
www/tomcat10: Fix shebang in rc.d script
PR: 254878
Reported by: Lapo Luchini <lapo at lapo.it>
Approved by: vvd at unislabs.com (maintainer)
(cherry picked from commit a5de7b0cf8ad4b38de466c929446e6fbf98858cc)
---
www/tomcat10/files/tomcat10.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/tomcat10/files/tomcat10.in b/www/tomcat10/files/tomcat10.in
index b5f1fbc0c32e..cc481517489f 100644
--- a/www/tomcat10/files/tomcat10.in
+++ b/www/tomcat10/files/tomcat10.in
@@ -1,4 +1,4 @@
-!/bin/sh
+#!/bin/sh
# PROVIDE: tomcat10
# REQUIRE: LOGIN
More information about the dev-commits-ports-all
mailing list