Projects
Kolab:3.4
kolab-webadmin
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 46
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +kolab-webadmin (3.2.1-0~kolab4) unstable; urgency=low + + * renamed apache config from sitename to sitename.conf + + -- Daniel Hoffend <dh@dotlan.net> Sun, 14 Sep 2014 00:58:00 +0100 + kolab-webadmin (3.2.1-0~kolab3) unstable; urgency=low * removed debugging
View file
debian.tar.gz/links
Changed
@@ -1,3 +1,3 @@ -etc/kolab-webadmin/apache.conf etc/apache2/sites-available/kolab-webadmin +etc/kolab-webadmin/apache.conf etc/apache2/sites-available/kolab-webadmin.conf var/cache/kolab-webadmin usr/share/kolab-webadmin/cache var/log/kolab-webadmin usr/share/kolab-webadmin/logs
View file
debian.tar.gz/postinst
Changed
@@ -28,8 +28,8 @@ configure) fixperms a2enmod rewrite > /dev/null || true - if [ -e "/etc/apache2/sites-available/kolab-webadmin" -a ! -e "/etc/apache2/sites-enabled/kolab-webadmin" ]; then - a2ensite kolab-webadmin > /dev/null || true + if [ -e "/etc/apache2/sites-available/kolab-webadmin.conf" -a ! -e "/etc/apache2/sites-enabled/kolab-webadmin.conf" ]; then + a2ensite kolab-webadmin.conf fi reload_apache reload ;;
View file
debian.tar.gz/preinst
Added
@@ -0,0 +1,30 @@ +#!/bin/sh + +set -e + +reload_apache() +{ + if apache2ctl configtest 2>/dev/null; then + invoke-rc.d apache2 $1 || true + else + echo "Your apache2 configuration is broken, so we're not restarting it for you." + fi +} + + +case "$1" in + upgrade|install) + # rename old apache/http sites rom sitename to sitename.conf + if [ -e /etc/apache2/sites-available/kolab-webadmin -a ! -e /etc/apache2/sites-available/kolab-webadmin.conf ]; then + if [ -h /etc/apache2/sites-enabled/kolab-webadmin ]; then + a2dissite kolab-webadmin + fi + mv /etc/apache2/sites-available/kolab-webadmin /etc/apache2/sites-available/kolab-webadmin.conf + a2ensite kolab-webadmin.conf + reload_apache + fi + ;; +esac + +exit 0 +
View file
kolab-webadmin.dsc
Changed
@@ -2,7 +2,7 @@ Source: kolab-webadmin Binary: kolab-webadmin Architecture: all -Version: 3.2.1-0~kolab3 +Version: 3.2.1-0~kolab4 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
.