Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libvirt
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Libvirt Packaging Team
libvirt
Commits
2a7cb3b8
Commit
2a7cb3b8
authored
16 years ago
by
Guido Günther
Browse files
Options
Downloads
Patches
Plain Diff
move startup of libvirtd after hal
Closes: #522310
parent
78cd5c8f
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/libvirt-bin.init
+1
-0
1 addition, 0 deletions
debian/libvirt-bin.init
debian/libvirt-bin.postinst
+13
-0
13 additions, 0 deletions
debian/libvirt-bin.postinst
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
15 additions
and
1 deletion
debian/libvirt-bin.init
+
1
−
0
View file @
2a7cb3b8
...
...
@@ -9,6 +9,7 @@
# Provides: libvirtd
# Required-Start: $network $local_fs
# Required-Stop:
# Should-Start: hal
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: libvirt management daemon
...
...
This diff is collapsed.
Click to expand it.
debian/libvirt-bin.postinst
+
13
−
0
View file @
2a7cb3b8
...
...
@@ -31,6 +31,19 @@ case "$1" in
else
/etc/init.d/libvirt-bin stop
fi
sleep
1
fi
if
dpkg
--compare-versions
"
$2
"
lt
"0.6.1-2"
;
then
if
[
-e
/etc/rc2.d/S20libvirt-bin
]
&&
\
[
-e
/etc/rc3.d/S20libvirt-bin
]
&&
\
[
-e
/etc/rc4.d/S20libvirt-bin
]
&&
\
[
-e
/etc/rc5.d/S20libvirt-bin
]
&&
\
[
-e
/etc/rc0.d/K20libvirt-bin
]
&&
\
[
-e
/etc/rc1.d/K20libvirt-bin
]
&&
\
[
-e
/etc/rc6.d/K20libvirt-bin
]
;
then
update-rc.d
-f
libvirt-bin remove
>
/dev/null
fi
fi
;;
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
2a7cb3b8
...
...
@@ -36,7 +36,7 @@ DEB_DBG_PACKAGES = libvirt0-dbg
DEB_DBG_PACKAGE_libvirt0 = libvirt0-dbg
DEB_PYTHON_SETUP_CMD := /dev/null
DEB_DH_MAKESHLIBS_ARGS_libvirt0 += -V 'libvirt0 (>= 0.5.0)'
DEB_DH_INSTALLINIT_ARGS := --no-restart-on-upgrade
DEB_DH_INSTALLINIT_ARGS := --no-restart-on-upgrade
-- defaults 28 72
DEB_DH_INSTALLLOGROTATE_ARGS := --name=libvirtd
EXAMPLES=debian/libvirt-doc/usr/share/doc/libvirt-doc/examples/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment