Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Apr 2020 20:14:20 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531971 - in head/www/bacula-web: . files
Message-ID:  <202004172014.03HKEKB8000468@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Fri Apr 17 20:14:20 2020
New Revision: 531971
URL: https://svnweb.freebsd.org/changeset/ports/531971

Log:
  Fixed a small typo, su -l www will not work, as www has no home dir.

Modified:
  head/www/bacula-web/Makefile
  head/www/bacula-web/files/pkg-message.in

Modified: head/www/bacula-web/Makefile
==============================================================================
--- head/www/bacula-web/Makefile	Fri Apr 17 20:10:47 2020	(r531970)
+++ head/www/bacula-web/Makefile	Fri Apr 17 20:14:20 2020	(r531971)
@@ -4,7 +4,7 @@
 PORTNAME=	bacula-web
 DISTVERSIONPREFIX=	v
 DISTVERSION=	8.3.3
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	www sysutils
 PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
 

Modified: head/www/bacula-web/files/pkg-message.in
==============================================================================
--- head/www/bacula-web/files/pkg-message.in	Fri Apr 17 20:10:47 2020	(r531970)
+++ head/www/bacula-web/files/pkg-message.in	Fri Apr 17 20:14:20 2020	(r531971)
@@ -7,7 +7,7 @@ Make sure to install dependencies with:
   cd %%WWWDIR%% && composer i
 
 Create inital user:
-  su -l www -c "cd %%WWWDIR%% && php bwc setupauth"
+  su -m www -c "cd %%WWWDIR%% && php bwc setupauth"
 
 Make sure you modify %%WWWDIR%%/application/config/config.php to your needs.
 The installed config.php should work with the standard setup already.



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