diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-03-16 01:10:27 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-03-16 01:10:27 (GMT) |
commit | 9b21117f278cd08cbef46de2ac78b063e63677ed (patch) | |
tree | d8a2183d6a2a182abe0e25af4e2d0356a6eb3154 /abs/core/lighttpd/lighttpd.install | |
parent | 440af0ccbbbf8fc4daba830dcf47d0a6da1ae697 (diff) | |
parent | 5fa0aec4485b8adea46ef434d8c5384482b44c65 (diff) | |
download | linhes_pkgbuild-9b21117f278cd08cbef46de2ac78b063e63677ed.zip linhes_pkgbuild-9b21117f278cd08cbef46de2ac78b063e63677ed.tar.gz linhes_pkgbuild-9b21117f278cd08cbef46de2ac78b063e63677ed.tar.bz2 |
Merge branch 'master' of mihanson@knoppmyth.net:LinHES-PKGBUILD
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 } |