~ubuntu-branches/ubuntu/lucid/varnish/lucid

« back to all changes in this revision

Viewing changes to debian/varnish.init

  • Committer: Bazaar Package Importer
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2009-06-10 17:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20090610171103-l3n4rkj1b6hyk790
Tags: 2.0.4-2
* Change Vcs-Browser and Vcs-Svn to reflect the packaging move to
  alioth
* Add support for VCL reload via /etc/init.d/varnishd reload
* Added a symbols file for libvarnish1
* Add patch from Ingvar Hagelund to define *_2POW on s390, we should then be
  able to use jemalloc
* Add build dependency on quilt

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
                        log_end_msg 1
68
68
                fi
69
69
                ;;
 
70
        reload)
 
71
                log_daemon_msg "Reloading $DESC"
 
72
                log_progress_msg $NAME
 
73
                if /usr/share/varnish/reload-vcl -q; then
 
74
                        log_end_msg 0
 
75
                else
 
76
                        log_end_msg 1
 
77
                fi
 
78
                ;;
70
79
        restart|force-reload)
71
80
                $0 stop
72
81
                $0 start