Search
j0ke.net Open Build Service
>
Projects
>
virtualization
:
Cloud
:
oVirt
:
3.3.2
>
vdsm
> vdsm_init-lsbfixes.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File vdsm_init-lsbfixes.patch of Package vdsm
--- init/sysvinit/vdsmd.init.in.orig 2013-12-15 20:50:48.867573891 +0100 +++ init/sysvinit/vdsmd.init.in 2013-12-15 20:51:48.019368619 +0100 @@ -13,8 +13,9 @@ ### BEGIN INIT INFO # Provides: vdsmd # Required-Start: $syslog $network -# Should-Start: $time # Required-Stop: $syslog +# Should-Start: $time +# Should-Stop: $null # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Description: init script for the VDS management server --- init/sysvinit/vdsm-restore-net-config.init.in.orig 2013-12-15 20:46:05.212604476 +0100 +++ init/sysvinit/vdsm-restore-net-config.init.in 2013-12-15 20:50:28.391779636 +0100 @@ -9,6 +9,9 @@ ### BEGIN INIT INFO # Provides: vdsm-restore-net-config # Required-Start: $network +# Required-Stop: $null +# Default-Start: 1 +# Default-Stop: # Short-Description: restore network configuration files # Description: roll back the host network configuration to the last \ # known-good one. --- init/sysvinit/supervdsmd.init.in.orig 2013-12-15 20:44:54.928810813 +0100 +++ init/sysvinit/supervdsmd.init.in 2013-12-15 20:45:58.504595515 +0100 @@ -12,6 +12,8 @@ # ### BEGIN INIT INFO # Provides: supervdsmd +# Required-Start: $network $remote_fs +# Required-Stop: $null # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Description: init script for the Super VDS management server