Misc tweaks/updates

This commit is contained in:
Albert Hopkins 2010-08-05 01:45:55 -04:00
parent f0bf24e895
commit 100e5d9a44
4 changed files with 4 additions and 2 deletions

View File

@ -10,6 +10,7 @@ gnome-base/gnome-menus python
gnome-base/gvfs gdu
media-libs/libcanberra gtk
media-libs/swfdec gtk
net-libs/libsoup gnome
net-misc/curl ssl
sys-apps/dbus X
sys-apps/parted device-mapper

View File

@ -6,3 +6,4 @@ media-video/ffmpeg mmx mxext mp3 network x264
media-libs/flac ogg
dev-python/django sqlite
dev-db/sqlite threadsafe
www-servers/apache threads

View File

@ -7,7 +7,7 @@ APPLIANCE="`dirname $0`"
cat >> ${CHROOT}/etc/make.conf << EOF
# Apache config for TeamPlayer
APACHE2_MPMS="prefork"
APACHE2_MPMS="worker"
APACHE2_MODULES="authz_host dir mime proxy proxy_http"
EOF

View File

@ -11,5 +11,5 @@ if [ ! -f "TP_DB/teamplayer.db" ] ; then
fi
# spin!
python manage.py spin --verbosity=2 > "$HOME/teamplayer.log" 2>&1 &
python manage.py spin --verbosity=2 $@ > "$HOME/teamplayer.log" 2>&1 &
echo $! > "$HOME/tps.pid"