X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=etc%2Fdebian%2Finit.d-ashd;h=c36bc11f57f84f1e35bf1024d92db3f320e9273a;hp=64a6efba77f6b2eacc2aeedecb110a6e0b7b2108;hb=c6b5fb27e1ada05b3b24ede327eee22db87ed14c;hpb=a3314fb7b0da8cd62a3b23234d347b1e61accedd diff --git a/etc/debian/init.d-ashd b/etc/debian/init.d-ashd index 64a6efb..c36bc11 100755 --- a/etc/debian/init.d-ashd +++ b/etc/debian/init.d-ashd @@ -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