Author: Gunnar Wolf <gwolf@debian.org>
Forwarded: not-needed
Last-update: 2013-10-26
Description: Display full pathnames in the install.php requirements
 Debian-specific patch: The installer complains regarding permissions
 of certain files. In Debian, those files are not restricted to
 Collabtive's directory, but are spread all over the filesystem — So
 the user should be prompted with the full pathname.
Index: collabtive/templates/standard/install1.tpl
===================================================================
--- collabtive.orig/templates/standard/install1.tpl	2014-01-19 13:57:59.000000000 -0600
+++ collabtive/templates/standard/install1.tpl	2014-01-19 13:59:46.000000000 -0600
@@ -50,7 +50,7 @@
 							{/if}
 						</tr>
 						<tr valign="top">
-							<td>config.php {#iswritable#}</td>
+							<td>/etc/collabtive/config.php {#iswritable#}</td>
 							{if $configfile == 1}
 							<td><span style = "color:green;font-weight:bold;"><img src="./templates/standard/images/butn-ok.png" alt="OK"></span></td>
 							{else}
@@ -58,7 +58,7 @@
 							{/if}
 						</tr>
 						<tr valign="top">
-							<td>files {#iswritable#}</td>
+							<td>/var/lib/collabtive/files {#iswritable#}</td>
 							{if $filesdir == 1}
 							<td><span style = "color:green;font-weight:bold;"><img src="./templates/standard/images/butn-ok.png" alt="OK"></span></td>
 							{else}
@@ -66,7 +66,7 @@
 							{/if}
 						</tr>
 						<tr valign="top">
-							<td>templates_c {#iswritable#}</td>
+							<td>/var/cache/collabtive/templates_c {#iswritable#}</td>
 							{if $templatesdir == 1}
 							<td><span style = "color:green;font-weight:bold;"><img src="./templates/standard/images/butn-ok.png" alt="OK"></span></td>
 							{else}
Index: collabtive/templates/winter/install1.tpl
===================================================================
--- collabtive.orig/templates/winter/install1.tpl	2014-01-19 13:57:59.000000000 -0600
+++ collabtive/templates/winter/install1.tpl	2014-01-19 13:59:11.000000000 -0600
@@ -50,7 +50,7 @@
 							{/if}
 						</tr>
 						<tr valign="top">
-							<td>config.php {#iswritable#}</td>
+							<td>/etc/collabtive/config.php {#iswritable#}</td>
 							{if $configfile == 1}
 							<td><span style = "color:green;font-weight:bold;"><img src="./templates/standard/images/butn-ok.png" alt="OK"></span></td>
 							{else}
@@ -58,7 +58,7 @@
 							{/if}
 						</tr>
 						<tr valign="top">
-							<td>files {#iswritable#}</td>
+							<td>/var/lib/collabtive/files {#iswritable#}</td>
 							{if $filesdir == 1}
 							<td><span style = "color:green;font-weight:bold;"><img src="./templates/standard/images/butn-ok.png" alt="OK"></span></td>
 							{else}
