| CODENOTIFIER | HelpYou are not signed inSign in |
Project: PUNKsearch
Revision: 539
Author: ysoldak
Date: 25 Aug 2008 04:01:22
Changes:postinst to fix permissions
Files:| ... | ...@@ -0,0 +1,5 @@ | |
| 1 | #!/bin/sh | |
| 2 | ||
| 3 | # fix permissions to enable tomcat5.5 read/write index and stats | |
| 4 | chown -R tomcat55 /var/lib/punksearch | |
| 5 |
| ... | ...@@ -1,7 +1,9 @@ | |
| 1 | punksearch (0.9.1-3) unstable; urgency=low | |
| 1 | punksearch (0.9.2-1) unstable; urgency=low | |
| 2 | 2 | |
| 3 | * Several bugs fixed / features implemented to help packaging | |
| 3 | 4 | * Added missed dependency liboro-java |
| 4 | 5 | * Corrected some symlinks |
| 6 | * Fixed permissions for tomcat to read/write index and stats | |
| 5 | 7 | |
| 6 | 8 | -- Yury Soldak <ysoldak@gmail.com> Sun, 25 August 2008 00:51:00 +0400 |
| 7 | 9 |