diff options
author | James Meyer <james.meyer@operamail.com> | 2010-03-14 23:36:27 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-03-14 23:36:27 (GMT) |
commit | 33f20b64e15104c46c46f801b7d148c500046107 (patch) | |
tree | 1f69981d3067f8289caf041cd8a6c006b4fb7f07 /abs/core/lighttpd/lighttpd.install | |
parent | 2e9a78e69206e284e2e8411bc455d52b8dd9ca74 (diff) | |
download | linhes_pkgbuild-33f20b64e15104c46c46f801b7d148c500046107.zip linhes_pkgbuild-33f20b64e15104c46c46f801b7d148c500046107.tar.gz linhes_pkgbuild-33f20b64e15104c46c46f801b7d148c500046107.tar.bz2 |
lighttpd: sync testing to core
bugfix
Diffstat (limited to 'abs/core/lighttpd/lighttpd.install')
-rwxr-xr-x[-rw-r--r--] | abs/core/lighttpd/lighttpd.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/abs/core/lighttpd/lighttpd.install b/abs/core/lighttpd/lighttpd.install index bf4c132..0e32a66 100644..100755 --- a/abs/core/lighttpd/lighttpd.install +++ b/abs/core/lighttpd/lighttpd.install @@ -2,5 +2,6 @@ pre_upgrade() { mv /etc/lighttpd/lighttpd.conf /etc/lighttpd/lighttpd.conf.old } post_upgrade() { + sed -i 's|"^/mythweb|"/{1,2}mythweb|g' /etc/lighttpd/lighttpd.conf touch /etc/lighttpd/lighttpd.user } |