Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 May 2021 13:23:01 GMT
From:      Juraj Lutter <otis@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a5de7b0cf8ad - main - www/tomcat10: Fix shebang in rc.d script
Message-ID:  <202105061323.146DN1wj047322@gitrepo.freebsd.org>

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

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

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

    www/tomcat10: Fix shebang in rc.d script
    
    PR:             254878
    Reported by:    Lapo Luchini <lapo@lapo.it>
    Approved by:    vvd@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



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