svn commit: r531971 - in head/www/bacula-web: . files
Matthias Fechner
mfechner at FreeBSD.org
Fri Apr 17 20:14:21 UTC 2020
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.
More information about the svn-ports-head
mailing list