Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Apr 2018 08:21:24 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r466540 - in head: . www/nextcloud/files
Message-ID:  <201804050821.w358LOpG069643@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Thu Apr  5 08:21:24 2018
New Revision: 466540
URL: https://svnweb.freebsd.org/changeset/ports/466540

Log:
  www/nextcloud: Fix missing quote in examples
  
  Reported by:	Frank Ebert

Modified:
  head/UPDATING
  head/www/nextcloud/files/pkg-message.in

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Thu Apr  5 07:25:14 2018	(r466539)
+++ head/UPDATING	Thu Apr  5 08:21:24 2018	(r466540)
@@ -15,7 +15,7 @@ you update your ports collection, before attempting an
   a patch for the default installation can be applied with:
 
   # cd /usr/local/www/nextcloud
-  # su -m www -c "php ./occ config:import < /usr/local/share/nextcloud/fix-apps_paths.json
+  # su -m www -c "php ./occ config:import < /usr/local/share/nextcloud/fix-apps_paths.json"
 
 20180401:
   AFFECTS: users of mail/dovecot and mail/dovecot-pigeonhole

Modified: head/www/nextcloud/files/pkg-message.in
==============================================================================
--- head/www/nextcloud/files/pkg-message.in	Thu Apr  5 07:25:14 2018	(r466539)
+++ head/www/nextcloud/files/pkg-message.in	Thu Apr  5 08:21:24 2018	(r466540)
@@ -44,6 +44,6 @@ add an additional entry to the "apps-paths" array in c
 For the default installation, the fix can be applied with:
 
   cd %%WWWDIR%%
-  su -m www -c "php ./occ config:import < %%DATADIR%%/fix-apps_paths.json
+  su -m www -c "php ./occ config:import < %%DATADIR%%/fix-apps_paths.json"
 
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!



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