X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=etc%2Fdebian%2Finit.d-ashd;h=c36bc11f57f84f1e35bf1024d92db3f320e9273a;hb=b0ac3ba15223eea3419b94a99139eb14b730899a;hp=64a6efba77f6b2eacc2aeedecb110a6e0b7b2108;hpb=9f61b28adfedcfd696b17485b2f873ae69b76196;p=ashd.git 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