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
2f486c53
Commit
2f486c53
authored
10 years ago
by
Guido Günther
Browse files
Options
Downloads
Patches
Plain Diff
Don't try to stop libvirt-bin if it's already gone
parent
06d457cd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+10
-0
10 additions, 0 deletions
debian/changelog
debian/libvirt-daemon-system.preinst
+1
-1
1 addition, 1 deletion
debian/libvirt-daemon-system.preinst
with
11 additions
and
1 deletion
debian/changelog
+
10
−
0
View file @
2f486c53
libvirt (1.2.7-5~1.gbpbdae16) UNRELEASED; urgency=medium
** SNAPSHOT build @bdae16d287d2739d693bba44382640214bef1dae **
* [06d457c] Bump comparison version
so this applies to current failed upgrades too.
* [bdae16d] Remove another obsolete conffile (Closes: #757332)
-- Guido Günther <agx@sigxcpu.org> Thu, 07 Aug 2014 12:01:41 +0200
libvirt (1.2.7-4) unstable; urgency=medium
* [5e71896] Move networking configuration to libvirt-daemon-system too
...
...
This diff is collapsed.
Click to expand it.
debian/libvirt-daemon-system.preinst
+
1
−
1
View file @
2f486c53
...
...
@@ -21,7 +21,7 @@ case "$1" in
# trying to restart it again. (Bug: #730604)
if
dpkg
--compare-versions
"
$2
"
lt
"1.2.7-5~"
;
then
if
[
-d
/run/systemd/system
]
;
then
invoke-rc.d libvirt-bin stop
[
!
-f
/lib/systemd/system/libvirt-bin.service
]
||
invoke-rc.d libvirt-bin stop
fi
# Remove everything we know about libvirt-bin.service
deb-systemd-helper purge libvirt-bin.service
>
/dev/null
...
...
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