[Pkg-voip-commits] r7298 - /mumble-django/trunk/debian/mumble-django.postinst
pmatthaei at alioth.debian.org
pmatthaei at alioth.debian.org
Fri May 29 19:04:44 UTC 2009
Author: pmatthaei
Date: Fri May 29 19:04:44 2009
New Revision: 7298
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7298
Log:
Some minor cleanups.
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=7298&op=diff
==============================================================================
--- mumble-django/trunk/debian/mumble-django.postinst (original)
+++ mumble-django/trunk/debian/mumble-django.postinst Fri May 29 19:04:44 2009
@@ -4,12 +4,12 @@
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 'python manage.py syncdb'
-
+
invoke-rc.d --quiet apache2 reload
-
+
echo "******************************************************"
echo "*** ***"
echo "*** Mumble-Django is now running on port 8002. ***"
@@ -21,4 +21,3 @@
fi
#DEBHELPER#
-
More information about the Pkg-voip-commits
mailing list