Browse Source

* fixed lighttpd.conf to creat propper runit symlinks

git-svn-id: svn+ssh://svn.opensde.net/home/users/karasz/x5/tardiba/trunk@69 471cc25b-571d-0410-8e29-1f4f9b506cef
master
Nagy Karoly Gabriel 17 years ago
parent
commit
8d5011ca50
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pkg_lighttpd.conf

+ 1
- 1
pkg_lighttpd.conf

@ -27,7 +27,7 @@ lighttpd_tardibaconf() {
-e "s,^#.*\"mod_simple_vhost\",\t\t\t\t\"mod_simple_vhost\","\
$root$sysconfdir/lighttpd.conf-dist > $root$sysconfdir/lighttpd.conf
ln -svnf /etc/opt/lighttpd/lighttpd /service/lighttpd
ln -svnf $sysconfdir/lighttpd $root/service/lighttpd
}
hook_add postmake 7 "lighttpd_tardibaconf"

Loading…
Cancel
Save