[Pkg-voip-commits] r7854 - /mumble-django/trunk/debian/mumble-django-configure

svedrin-guest at alioth.debian.org svedrin-guest at alioth.debian.org
Wed Dec 2 14:38:34 UTC 2009


Author: svedrin-guest
Date: Wed Dec  2 14:38:34 2009
New Revision: 7854

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7854
Log:
add comment as to why invoke_manage is not used for the shell

Modified:
    mumble-django/trunk/debian/mumble-django-configure

Modified: mumble-django/trunk/debian/mumble-django-configure
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/mumble-django-configure?rev=7854&op=diff
==============================================================================
--- mumble-django/trunk/debian/mumble-django-configure (original)
+++ mumble-django/trunk/debian/mumble-django-configure Wed Dec  2 14:38:34 2009
@@ -89,6 +89,8 @@
 	invoke_manage createsuperuser
 
 elif [ "$ACTION" = "3" ]; then
+	# Not using invoke_manage here, because www-data can't start iPython and
+	# running the shell as root usually isn't a problem anyway.
 	./pyweb/manage.py shell
 	exit 0
 




More information about the Pkg-voip-commits mailing list