Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 May 2021 13:27:35 GMT
From:      Juraj Lutter <otis@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: afa1357f1caa - 2021Q2 - www/tomcat10: Fix shebang in rc.d script
Message-ID:  <202105061327.146DRZ43047888@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by otis:

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

commit afa1357f1caab752b93b4c5fd0742d385e84229a
Author:     Lapo Luchini <lapo@lapo.it>
AuthorDate: 2021-05-06 13:19:58 +0000
Commit:     Juraj Lutter <otis@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@lapo.it>
    Approved by:    vvd@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105061327.146DRZ43047888>