Projects
Kolab:3.4
kolab-syncroton
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 35
View file
debian.changelog
Changed
@@ -1,3 +1,18 @@ +kolab-syncroton (2.2.3-0~kolab8) unstable; urgency=low + + * Correct symlinks + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Fri, 22 Nov 2013 15:13:40 +0200 + +kolab-syncroton (2.2.3-0~kolab7) unstable; urgency=low + + * link plugins and the Roundcube lib/ext/ + * actually create, link and own the log directory + * enable site + * reload apache, not restart + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Thu, 21 Nov 2013 15:13:40 +0200 + kolab-syncroton (2.2.3-0~kolab3) unstable; urgency=low * Attempt to fix the SQL and symbolic links
View file
debian.tar.gz/dirs
Changed
@@ -1,1 +1,5 @@ usr/share/kolab-syncroton/config +usr/share/kolab-syncroton/lib +usr/share/kolab-syncroton/lib/ext +usr/share/kolab-syncroton/lib/plugins +var/log/kolab-syncroton
View file
debian.tar.gz/install
Changed
@@ -1,4 +1,6 @@ index.php usr/share/kolab-syncroton/ -lib usr/share/kolab-syncroton/ -logs usr/share/kolab-syncroton/ +lib/ext/Mail usr/share/kolab-syncroton/lib/ext/ +lib/ext/Net usr/share/kolab-syncroton/lib/ext/ +lib/ext/Syncroton usr/share/kolab-syncroton/lib/ext/ +lib/ext/*.php usr/share/kolab-syncroton/lib/ext/ docs/kolab-syncroton.conf etc/apache2/sites-available/
View file
debian.tar.gz/links
Changed
@@ -1,5 +1,7 @@ etc/roundcubemail/config.inc.php /usr/share/kolab-syncroton/config/config.inc.php etc/roundcubemail/defaults.inc.php /usr/share/kolab-syncroton/config/defaults.inc.php -etc/roundcubemail/kolab_auth.inc.php /usr/share/kolab-syncroton/plugins/kolab_auth/config.inc.php -etc/roundcubemail/kolab_folders.inc.php /usr/share/kolab-syncroton/plugins/kolab_folders/config.inc.php -etc/roundcubemail/libkolab.inc.php /usr/share/kolab-syncroton/plugins/libkolab/config.inc.php +usr/share/roundcubemail/program/lib/Roundcube /usr/share/kolab-syncroton/lib/ext/Roundcube +usr/share/roundcubemail/plugins/kolab_auth /usr/share/kolab-syncroton/lib/plugins/kolab_auth +usr/share/roundcubemail/plugins/kolab_folders /usr/share/kolab-syncroton/lib/plugins/kolab_folders +usr/share/roundcubemail/plugins/libkolab /usr/share/kolab-syncroton/lib/plugins/libkolab +var/log/kolab-syncroton /usr/share/kolab-syncroton/logs
View file
debian.tar.gz/postinst
Changed
@@ -5,6 +5,13 @@ #EXTRA# #DEBHELPER# +fixperms() { + chown -R www-data:adm \ + /var/log/kolab-syncroton + chmod 750 \ + /var/log/kolab-syncroton +} + reload_apache() { if apache2ctl configtest 2>/dev/null; then @@ -14,16 +21,15 @@ fi } + case "$1" in configure) - a2ensite kolab-syncroton > /dev/null || true - reload_apache restart - - /usr/share/roundcubemail/bin/updatedb.sh \ - --dir /usr/share/doc/kolab-syncroton/SQL/ \ - --package syncroton \ - >/dev/null 2>&1 || : - + fixperms + a2enmod rewrite >/dev/null 2>&1 || true + if [ -e "/etc/apache2/sites-available/kolab-syncroton" -a ! -e "/etc/apache2/sites-enabled/kolab-syncroton" ]; then + a2ensite kolab-syncroton + fi + reload_apache reload ;; esac
View file
kolab-syncroton.dsc
Changed
@@ -2,7 +2,7 @@ Source: kolab-syncroton Binary: kolab-syncroton Architecture: all -Version: 2.2.3-0~kolab3 +Version: 2.2.3-0~kolab8 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Paul Klos <kolab@klos2day.nl> Homepage: http://www.kolab.org/
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.