Author: Gunnar Wolf <gwolf@debian.org>
Forwarded: not-needed
Last-update:2012-03-07
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-0.7.5/templates/standard/install1.tpl
===================================================================
--- collabtive-0.7.5.orig/templates/standard/install1.tpl	2011-05-24 19:27:58.000000000 -0500
+++ collabtive-0.7.5/templates/standard/install1.tpl	2012-03-07 13:20:56.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 >= 666}
 							<td><span style = "color:green;font-weight:bold;">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;">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;">OK </span></td>
 							{else}
@@ -124,4 +124,4 @@
 			</div>
 		</div> {*Install end*}
 	</body>
-</html>
\ No newline at end of file
+</html>
Index: collabtive-0.7.5/templates/winter/install1.tpl
===================================================================
--- collabtive-0.7.5.orig/templates/winter/install1.tpl	2011-05-24 20:32:08.000000000 -0500
+++ collabtive-0.7.5/templates/winter/install1.tpl	2012-03-07 13:21:47.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 >= 666}
 							<td><span style = "color:green;font-weight:bold;">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;">OK </span></td>
 							{else}
@@ -124,4 +124,4 @@
 			</div>
 		</div> {*Install end*}
 	</body>
-</html>
\ No newline at end of file
+</html>
