[slbackup-commit] CVS update: slbackup-php/debian postinst
pwinnertz-guest at alioth.debian.org
pwinnertz-guest at alioth.debian.org
Wed Apr 18 20:23:00 UTC 2007
User: pwinnertz-guest
Date: 07/04/18 20:23:00
Modified: debian Tag: debian_branch_0_1 postinst
Log:
Some more copy&paste errors + remove unneeded checks
Revision Changes Path
No revision
No revision
1.4.2.2 +2 -2 slbackup-php/debian/postinst
Index: postinst
===================================================================
RCS file: /cvsroot/slbackup/slbackup-php/debian/postinst,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -u -r1.4.2.1 -r1.4.2.2
--- postinst 18 Apr 2007 20:11:04 -0000 1.4.2.1
+++ postinst 18 Apr 2007 20:23:00 -0000 1.4.2.2
@@ -4,10 +4,10 @@
. /usr/share/debconf/confmodule
-db_get lwat/templates || true
+db_get slbackup-php/use-ssl || true
if [ $RET ]; then
- if [ -x /usr/sbin/a2enmod ] && [ -L /etc/apache2/mods-enabled/ssl.conf ]; then
+ if [ -x /usr/sbin/a2enmod ]; then
/usr/sbin/a2enmod rewrite > /dev/null
if [ -x /usr/sbin/invoke-rc.d ] ; then
/usr/sbin/invoke-rc.d apache2 force-reload || :
More information about the slbackup-commit
mailing list