Projects
Kolab:Winterfell
roundcubemail
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 63
View file
debian.changelog
Changed
@@ -1,6 +1,6 @@ roundcubemail (1.2.5-0~kolab2) unstable; urgency=low - * a2ensite should be called from roundcubemail postinst because the roundcubemail.conf file is in that package + * roundcubemail.conf must be in roundcubemail-core because a2ensite is called in postinst -- Timotheus Pokorra <tp@tbits.net> Wed, 28 Apr 2017 08:43:00 +0200
View file
debian.rules
Changed
@@ -122,7 +122,7 @@ override_dh_install: if [ ! -f "/etc/plesk-release" ]; then \ mkdir -p $(CURDIR)/debian/roundcubemail/etc/apache2/sites-available ; \ - install -pm 644 $(CURDIR)/debian/conf/roundcubemail.conf $(CURDIR)/debian/roundcubemail/etc/apache2/sites-available/roundcubemail.conf ; \ + install -pm 644 $(CURDIR)/debian/conf/roundcubemail.conf $(CURDIR)/debian/roundcubemail-core/etc/apache2/sites-available/roundcubemail.conf ; \ fi dh_install
View file
debian.tar.gz/roundcubemail-core.dirs
Changed
@@ -1,3 +1,4 @@ usr/share/roundcubemail var/lib/roundcubemail var/log/roundcubemail +etc/apache2/sites-available
View file
debian.tar.gz/roundcubemail.dirs
Changed
@@ -1,1 +0,0 @@ -/etc/apache2/sites-available/
View file
debian.tar.gz/roundcubemail.postinst
Deleted
@@ -1,31 +0,0 @@ -#!/bin/sh - -#EXTRA# -#DEBHELPER# - -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 - configure) - if [ -f "/etc/plesk-release" ]; then - exit 0 - fi - - if [ -e "/etc/apache2/sites-available/roundcubemail.conf" -a ! -e "/etc/apache2/sites-enabled/roundcubemail.conf" ]; then - a2ensite roundcubemail.conf - fi - reload_apache reload - ;; -esac - -exit 0 -
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
.