Dolda2000 GitWeb
/
ashd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3314fb
)
Simplified the default init script.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Tue, 15 Feb 2011 23:25:40 +0000
(
00:25
+0100)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Tue, 15 Feb 2011 23:25:40 +0000
(
00:25
+0100)
etc/debian/init.d-ashd
patch
|
blob
|
blame
|
history
diff --git
a/etc/debian/init.d-ashd
b/etc/debian/init.d-ashd
index
64a6efb
..
c36bc11
100755
(executable)
--- 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