SHA256
1
0
forked from pool/xen

- bnc#798188 - Add $network to xend initscript dependencies

- Add upstream patches to fix libxl bugs.  These patches have
  already been posted for inclusion in xen-4.2-testing.
  25912-partial-libxl.patch
  26372-tools-paths.patch
  26468-libxl-race.patch
  26469-libxl-race.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=227
This commit is contained in:
Charles Arnold
2013-02-04 19:40:21 +00:00
committed by Git OBS Bridge
parent 9ebaaebb19
commit f9e7bf330c
7 changed files with 800 additions and 5 deletions

View File

@@ -7,9 +7,9 @@
#
### BEGIN INIT INFO
# Provides: xend
# Required-Start: $syslog $remote_fs
# Required-Start: $syslog $network $remote_fs
# Should-Start: iscsi $time
# Required-Stop: $syslog $remote_fs
# Required-Stop: $syslog $network $remote_fs
# Should-Stop: iscsi $time
# Default-Start: 3 5
# Default-Stop: 0 1 2 6