--- xsp 2006-06-03 01:25:06.000000000 +0100 +++ xsp_modified 2006-06-03 00:50:18.000000000 +0100 @@ -10,13 +10,16 @@ start() { ebegin "Starting xsp" + if [ -e /tmp/.wapi ]; then + chown aspnet:aspnet /tmp/.wapi + fi start-stop-daemon --quiet --start \ --background \ --make-pidfile \ --pidfile /var/run/aspnet/xsp.pid \ --chuid aspnet \ - --exec /usr/bin/mono /usr/lib/mono/1.0/xsp.exe -- --root ${MonoServerRoot} --port ${MonoServerPort} --nonstop + --exec /usr/bin/mono /usr/lib/xsp/1.0/xsp.exe -- --root ${MonoServerRoot} --port ${MonoServerPort} --nonstop eend $? }