git: a5de7b0cf8ad - main - www/tomcat10: Fix shebang in rc.d script

Juraj Lutter otis at FreeBSD.org
Thu May 6 13:23:02 UTC 2021


The branch main has been updated by otis:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a5de7b0cf8ad4b38de466c929446e6fbf98858cc

commit a5de7b0cf8ad4b38de466c929446e6fbf98858cc
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:22:35 +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)
---
 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