Simplified the default init script.
authorFredrik Tolf <fredrik@dolda2000.com>
Tue, 15 Feb 2011 23:25:40 +0000 (00:25 +0100)
committerFredrik Tolf <fredrik@dolda2000.com>
Tue, 15 Feb 2011 23:25:40 +0000 (00:25 +0100)
etc/debian/init.d-ashd

index 64a6efb..c36bc11 100755 (executable)
@@ -16,7 +16,7 @@ PATH=/usr/local/bin:/usr/local/sbin:$PATH
 HTPARSER="$(which htparser || true)"
 PIDFILE=/var/run/ashd.pid
 PORTSPEC="plain"
-ROOTSPEC="patplex /usr/local/etc/ashd/rootpat"
+ROOTSPEC="dirplex /srv/www"
 [ -r /etc/default/locale ] && . /etc/default/locale
 [ -r /etc/default/ashd ] && . /etc/default/ashd
 [ -x "$HTPARSER" ] || exit 0