Projects
Kolab:3.4:Updates
kolab-freebusy
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 32
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +kolab-freebusy (1.0.5-0~kolab3) unstable; urgency=low + + * renamed apache config from sitename to sitename.conf + + -- Daniel Hoffend <dh@dotlan.net> Sep, 14 Sep 2014 00:54:02 +0100 + kolab-freebusy (1.0.5-0~kolab2) unstable; urgency=low * applied patch to fix usage of Net_LDAP3
View file
debian.rules
Changed
@@ -11,7 +11,7 @@ install -m 644 $(CURDIR)/config/config.ini.sample $(CURDIR)/debian/kolab-freebusy/etc/kolab-freebusy/config.ini # Install apache2 configuration mkdir -p $(CURDIR)/debian/kolab-freebusy/etc/apache2/sites-available - install -pm 644 $(CURDIR)/debian/apache2.conf $(CURDIR)/debian/kolab-freebusy/etc/apache2/sites-available/kolab-freebusy + install -pm 644 $(CURDIR)/debian/apache2.conf $(CURDIR)/debian/kolab-freebusy/etc/apache2/sites-available/kolab-freebusy.conf override_dh_link: # These become links
View file
debian.tar.gz/postinst
Changed
@@ -28,8 +28,8 @@ configure) fixperms a2enmod rewrite >/dev/null 2>&1 || true - if [ -e "/etc/apache2/sites-available/kolab-freebusy" -a ! -e "/etc/apache2/sites-enabled/kolab-freebusy" ]; then - a2ensite kolab-freebusy + if [ -e "/etc/apache2/sites-available/kolab-freebusy.conf" -a ! -e "/etc/apache2/sites-enabled/kolab-freebusy.conf" ]; then + a2ensite kolab-freebusy.conf fi reload_apache reload ;;
View file
debian.tar.gz/preinst
Changed
@@ -11,8 +11,28 @@ fi } +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 install|upgrade) relink_config + + # rename old apache/http sites rom sitename to sitename.conf + if [ -e /etc/apache2/sites-available/kolab-freebusy -a ! -e /etc/apache2/sites-available/kolab-freebusy.conf ]; then + if [ -h /etc/apache2/sites-enabled/kolab-freebusy ]; then + a2dissite kolab-freebusy + fi + mv /etc/apache2/sites-available/kolab-freebusy /etc/apache2/sites-available/kolab-freebusy.conf + a2ensite kolab-freebusy.conf + reload_apache + fi ;; esac
View file
kolab-freebusy.dsc
Changed
@@ -2,7 +2,7 @@ Source: kolab-freebusy Binary: kolab-freebusy Architecture: all -Version: 1.0.5-0~kolab2 +Version: 1.0.5-0~kolab3 Maintainer: Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> Homepage: http://www.kolab.org Standards-Version: 3.9.3
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
.