~ubuntu-branches/ubuntu/trusty/varnish/trusty-proposed

« back to all changes in this revision

Viewing changes to bin/varnishd/mgt_cli.c

  • Committer: Package Import Robot
  • Author(s): Stig Sandbeck Mathisen, Stig Sandbeck Mathisen, Michael Stapelberg
  • Date: 2013-06-29 16:20:51 UTC
  • mfrom: (0.1.17)
  • mto: This revision was merged to the branch mainline in revision 37.
  • Revision ID: package-import@ubuntu.com-20130629162051-pp27htm7de22k4ow
[ Stig Sandbeck Mathisen ]
* New upstream release
* Add dep8 tests.
  Thanks to Yolanda Robla <yolanda.robla@canonical.com> (Closes: #710001)
* Advertise "reload" in the init script help (Closes: #710525)

[ Michael Stapelberg ]
* use dh-systemd for proper systemd-related maintscripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
        VCLI_Out(cli, "Varnish Cache CLI 1.0\n");
81
81
        VCLI_Out(cli, "-----------------------------\n");
82
82
        VCLI_Out(cli, "%s\n", VSB_data(vident) + 1);
 
83
        VCLI_Out(cli, "%s\n", VCS_version);
83
84
        VCLI_Out(cli, "\n");
84
85
        VCLI_Out(cli, "Type 'help' for command list.\n");
85
86
        VCLI_Out(cli, "Type 'quit' to close CLI session.\n");