diff options
author | Mark Longair <mhl@pobox.com> | 2013-10-30 12:10:56 +0000 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2013-10-31 11:46:04 +0000 |
commit | 0b809ac7df806698ddf936226a4baf245c284b2d (patch) | |
tree | 5765c813d39b94f856842a6d16da3881c3a83681 /script/site-specific-install.sh | |
parent | d41c5a64379951953adc2542434a2d5ef83aef6d (diff) |
We don't use foi-purge-varnish ourselves, so remove it
We had various problems with the foi-purge-varnish script ourselves
that led to us removing it, so it seems like a bad idea to be
implicitly suggesting that others should use it.
Diffstat (limited to 'script/site-specific-install.sh')
-rwxr-xr-x | script/site-specific-install.sh | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/script/site-specific-install.sh b/script/site-specific-install.sh index f23210f03..3c7e0a842 100755 --- a/script/site-specific-install.sh +++ b/script/site-specific-install.sh @@ -134,6 +134,7 @@ fi cd "$REPOSITORY" sed -r \ + -e "/foi-purge-varnish/d" \ -e "s,^(MAILTO=).*,\1root@$HOST," \ -e "s,\!\!\(\*= .user \*\)\!\!,$UNIX_USER,g" \ -e "s,/data/vhost/\!\!\(\*= .vhost \*\)\!\!/\!\!\(\*= .vcspath \*\)\!\!,$REPOSITORY,g" \ @@ -147,14 +148,7 @@ sed -r \ -e "s,\!\!\(\*= .vhost_dir \*\)\!\!,$DIRECTORY,g" \ config/alert-tracks-debian.ugly > /etc/init.d/foi-alert-tracks -sed -r \ - -e "s,\!\!\(\*= .user \*\)\!\!,$UNIX_USER,g" \ - -e "s,\!\!\(\*= .daemon_name \*\)\!\!,foi-alert-tracks,g" \ - -e "s,\!\!\(\*= .vhost_dir \*\)\!\!,$DIRECTORY,g" \ - config/purge-varnish-debian.ugly > /etc/init.d/foi-purge-varnish - chmod a+rx /etc/init.d/foi-alert-tracks -chmod a+rx /etc/init.d/foi-purge-varnish if [ $DEFAULT_SERVER = true ] && [ x != x$EC2_HOSTNAME ] then |