Changeset 2913 for package_branches/invirt-web
- Timestamp:
- Jan 22, 2010, 1:28:03 AM (15 years ago)
- Location:
- package_branches/invirt-web/hvirt/debian
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
package_branches/invirt-web/hvirt/debian/changelog
r2909 r2913 1 invirt-web (0.1.5hvirt1) unstable; urgency=low 2 3 * Generalized config. 4 5 -- Greg Brockman <gdb@mit.edu> Fri, 22 Jan 2010 01:17:40 -0500 6 1 7 invirt-web (0.1.5) unstable; urgency=low 2 8 -
package_branches/invirt-web/hvirt/debian/invirt-web.init
r2863 r2913 12 12 PACKAGE=invirt-web 13 13 PARENTPACKAGE=apache2 14 GEN_FILES=(/etc/apache2/sites-available/ {default,ssl,svn}/etc/invirt-iptables/rules.d/50-invirt-web)14 GEN_FILES=(/etc/apache2/sites-available/master /etc/invirt-iptables/rules.d/50-invirt-web) 15 15 16 16 . /lib/init/config-init.sh -
package_branches/invirt-web/hvirt/debian/invirt-web.postinst
r2909 r2913 22 22 configure) 23 23 cd /var/www/invirt-web 24 make all25 26 a2enmod rewrite27 a2enmod ssl28 a2enmod auth_sslcert24 make 25 a2dissite default 26 for mod in $(invirt-getconf web.mods); do 27 a2enmod ${mod} 28 done 29 29 30 30 # Our init script proxies all requests to Apache's, so Apache's 31 31 # running is just a NOP 32 update-rc.d -f apache2 remove32 # update-rc.d -f apache2 remove 33 33 ;; 34 34 -
package_branches/invirt-web/hvirt/debian/rules
r1318 r2913 1 1 #!/usr/bin/make -f 2 3 DEB_DIVERT_EXTENSION = .invirt4 DEB_DIVERT_FILES_invirt-web += \5 /etc/init.d/apache26 2 7 3 include /usr/share/cdbs/1/rules/debhelper.mk
Note: See TracChangeset
for help on using the changeset viewer.