[Pkg-voip-commits] r7561 - /mumble-django/trunk/debian/mumble-django.postinst
svedrin-guest at alioth.debian.org
svedrin-guest at alioth.debian.org
Sun Sep 6 14:24:52 UTC 2009
Author: svedrin-guest
Date: Sun Sep 6 14:24:50 2009
New Revision: 7561
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7561
Log:
remove invokation of "manage.py syncdb" that causes trouble.
Modified:
mumble-django/trunk/debian/mumble-django.postinst
Modified: mumble-django/trunk/debian/mumble-django.postinst
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/mumble-django.postinst?rev=7561&op=diff
==============================================================================
--- mumble-django/trunk/debian/mumble-django.postinst (original)
+++ mumble-django/trunk/debian/mumble-django.postinst Sun Sep 6 14:24:50 2009
@@ -2,20 +2,21 @@
set -e
-if [ "$1" = "configure" -o "$1" = "reconfigure" ] ; then
+if [ "$1" = "configure" ] ; then
invoke-rc.d --quiet mumble-server start
-
+
chown -R www-data:www-data /var/lib/mumble-django
-
+
cd /usr/share/mumble-django/pyweb
- su www-data -c 'MURMUR_CONNSTR=net.sourceforge.mumble.murmur python manage.py syncdb'
./gen_secret_key.sh
rm settings.pye
-
+
invoke-rc.d --quiet apache2 reload
if [ -x /etc/init.d/munin-node ]; then
invoke-rc.d --quiet munin-node restart
fi
+
+ echo "To finish the installation of Mumble-Django, please run mumble-django-configure."
fi
More information about the Pkg-voip-commits
mailing list