From c6b5fb27e1ada05b3b24ede327eee22db87ed14c Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Wed, 16 Feb 2011 00:25:40 +0100 Subject: [PATCH] Simplified the default init script. --- etc/debian/init.d-ashd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0