~ubuntu-branches/ubuntu/jaunty/libvirt/jaunty-proposed

« back to all changes in this revision

Viewing changes to debian/patches/remove-RHism.diff

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2008-08-11 15:36:54 UTC
  • mfrom: (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080811153654-k65w9a9job1e8xxn
Tags: 0.4.4-3ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/control:
    + DebianMaintainerField
    + Don't build-depend on QEmu.
    + Add "XS-Original-" prefix to Debian's Vcs headers.
    + Bump bridge-utils, dnsmasq-base, netcat-openbsd, and iptables to Depends
      of libvirt-bin.
    + s/interract/interact/g
    + Add versioned Conflicts/Replaces to libvirt0 for libvirt0-dbg, since
      we used to ship them as such.
  - Create /var/run/libvirt in libvirt-bin's init script.
  - Rename libvirt group to libvirtd.
  - 0005-delayed_iff_up_bridge.patch: Don't try to bring up the bridge before at
    least one interface has been added to it.
  - dont_clobber_existing_bridges.patch: Assign the name of the virtual
    bridge dynamically to avoid interfering with existing bridges.
  - better_default_uri_virsh.patch: Default to qemu:///system if the user
    has write access to the libvirt socket, otherwise qemu:///session.
  - We call libxen-dev libxen3-dev, so change all references.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
From cb9a8370d299161af3c553bcb1a6f7cfb40ec86c Mon Sep 17 00:00:00 2001
2
 
From: Guido Guenther <agx@sigxcpu.org>
3
 
Date: Fri, 7 Mar 2008 09:08:25 +0100
4
 
Subject: [PATCH] remove-RHism.diff
5
 
 
6
 
---
7
 
 virsh.1 |    2 +-
8
 
 1 files changed, 1 insertions(+), 1 deletions(-)
9
 
 
10
 
diff --git a/virsh.1 b/virsh.1
11
 
index 13509de..09f93b1 100644
12
 
--- a/virsh.1
13
 
+++ b/virsh.1
14
 
@@ -164,7 +164,7 @@ the program.
15
 
 .IX Header "NOTES"
16
 
 All \fBvirsh\fR operations rely upon the libvirt library.
17
 
 For any virsh commands to run xend/qemu, or what ever virtual library that libvirt supports.  For this reason you should start xend/qemu as a service when your system first boots using xen/qemu. This can usually be done using the command
18
 
-\&\fBservice start libvirtd\fR .
19
 
+\&\fB/etc/init.d/libvirt-bin start\fR .
20
 
 .PP
21
 
 Most \fBvirsh\fR commands require root privileges to run due to the
22
 
 communications channels used to talk to the hypervisor.  Running as
23
 
1.5.4.3
24