[linux-tools] 05/13: hyperv-daemons: Rewrite description

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Thu Nov 5 22:56:29 UTC 2015


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch jessie
in repository linux-tools.

commit d17e90d295c5631d30e094cd5929b2b288dc0705
Author: Ben Hutchings <benh at debian.org>
Date:   Mon Jul 13 00:30:34 2015 +0000

    hyperv-daemons: Rewrite description
    
    (cherry picked from commit 86f4cd8484129f1d638a260b130fd6b12d36a4e8)
    
    Conflicts:
    	debian/changelog
---
 debian/templates/control.main.in | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/debian/templates/control.main.in b/debian/templates/control.main.in
index 0695266..030dadc 100644
--- a/debian/templates/control.main.in
+++ b/debian/templates/control.main.in
@@ -55,15 +55,15 @@ Architecture: i386 amd64
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Section: admin
 Description: Support daemons for Linux running on Hyper-V
- Suite of daemons that are needed when Linux guest is running on Hyper-V.
- It includes: hv-fcopy-daemon, hv-kvp-daemon, hv-vss-daemon
+ Suite of daemons for Linux guests running on Hyper-V, consisting of
+ hv_fcopy_daemon, hv_kvp_daemon and hv_vss_daemon.
  .
- hv-fcopy-daemon is an implementation of file copy service functionality for
- Linux Guest running on Hyper-V, it enables host to copy a file 
- into the Linux Guest. 
+ hv_fcopy_daemon provides the file copy service, allowing the host to
+ copy files into the guest.
  .
- hv-kvp-daemon is an implementation of Hyper-V key-value pair (KVP) functionality
- for Linux, it also supports IP injection functionality on the Guest.
+ hv_kvp_daemon provides the key-value pair (KVP) service, allowing the
+ host to get and set the IP networking configuration of the guest.
+ (This requires helper scripts which are not currently included.)
  .
- hv-vss-daemon is an implementation of Hyper-V VSS functionality for Linux,
- it is used for host initiated guest snapshot on Hyper-V hypervisor.
+ hv_vss_daemon provides the volume shadow copy service (VSS), allowing
+ the host to freeze the guest filesystems while taking a snapshot.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux-tools.git



More information about the Kernel-svn-changes mailing list