Project

General

Profile

« Previous | Next » 

Revision de41a94c

Added by Alexis Mousset over 7 years ago

Fixes #9925: Broken postinst in relay package

View differences:

rudder-server-relay/SOURCES/rudder-vhost.conf
# Include Rudder common vhost definitions
Include /opt/rudder/etc/rudder-apache-*-common.conf
Include /opt/rudder/etc/rudder-apache-*-nossl.conf
<IfVersion < 2.4>
Include /opt/rudder/etc/rudder-apache-*-nossl.conf
</IfVersion>
<IfVersion >= 2.4>
IncludeOptional /opt/rudder/etc/rudder-apache-*-nossl.conf
</IfVersion>
</VirtualHost>
......
# Include Rudder common vhost definitions
Include /opt/rudder/etc/rudder-apache-*-common.conf
Include /opt/rudder/etc/rudder-apache-*-ssl.conf
<IfVersion < 2.4>
Include /opt/rudder/etc/rudder-apache-*-ssl.conf
</IfVersion>
<IfVersion >= 2.4>
IncludeOptional /opt/rudder/etc/rudder-apache-*-ssl.conf
</IfVersion>
</VirtualHost>
rudder-server-relay/debian/rules
# dh_installdocs
# dh_installexamples
cp $(CURDIR)/SOURCES/rudder-vhost.conf $(CURDIR)/BUILD/rudder.conf
dh_install --SOURCEDIR=$(CURDIR)/BUILD/ rudder.conf /etc/apache2/sites-available/rudder.conf
dh_install --SOURCEDIR=$(CURDIR)/BUILD/ rudder.conf /etc/apache2/sites-available/
dh_install --SOURCEDIR=$(CURDIR)/SOURCES/ rudder-apache-relay-common.conf /opt/rudder/etc/
dh_install --SOURCEDIR=$(CURDIR)/SOURCES/ rudder-networks.conf /opt/rudder/etc/
dh_install --SOURCEDIR=$(CURDIR)/SOURCES/ rudder-networks-24.conf /opt/rudder/etc/
rudder-webapp/debian/links
/opt/rudder/bin/rudder-init /opt/rudder/bin/rudder-init.sh
/etc/apache2/sites-available/rudder-vhost /etc/apache2/sites-available/rudder-vhost.conf
/etc/apache2/sites-available/rudder-vhost-ssl /etc/apache2/sites-available/rudder-vhost-ssl.conf

Also available in: Unified diff