diff options
author | James Meyer <james.meyer@operamail.com> | 2010-03-14 23:33:06 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-03-14 23:33:06 (GMT) |
commit | 3d7c59c43f41cf1a9a13831c287373211e089a02 (patch) | |
tree | 11a275eef5b1c8903d857aa3aafadbe11c8cfe58 /abs/core-testing/lighttpd/lighttpd.install | |
parent | 455c204dc578377cdf662575d1cb9667d0f77137 (diff) | |
download | linhes_pkgbuild-3d7c59c43f41cf1a9a13831c287373211e089a02.zip linhes_pkgbuild-3d7c59c43f41cf1a9a13831c287373211e089a02.tar.gz linhes_pkgbuild-3d7c59c43f41cf1a9a13831c287373211e089a02.tar.bz2 |
lighttpd: add sed statement to post-install.
This should update any old versions
rename changelog
Diffstat (limited to 'abs/core-testing/lighttpd/lighttpd.install')
-rwxr-xr-x[-rw-r--r--] | abs/core-testing/lighttpd/lighttpd.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/abs/core-testing/lighttpd/lighttpd.install b/abs/core-testing/lighttpd/lighttpd.install index bf4c132..0e32a66 100644..100755 --- a/abs/core-testing/lighttpd/lighttpd.install +++ b/abs/core-testing/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 } |