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
a00df46c
Commit
a00df46c
authored
11 years ago
by
Laurent Bigonville
Committed by
Guido Günther
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Switch LSB dependencies to avahi-daemon
since only the later exists as native systemd service. Closes: #731612
parent
13052e42
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/control
+1
-0
1 addition, 0 deletions
debian/control
debian/libvirt-bin.init
+2
-2
2 additions, 2 deletions
debian/libvirt-bin.init
with
3 additions
and
2 deletions
debian/control
+
1
−
0
View file @
a00df46c
...
@@ -77,6 +77,7 @@ Recommends: netcat-openbsd,
...
@@ -77,6 +77,7 @@ Recommends: netcat-openbsd,
parted,
parted,
pm-utils
pm-utils
Suggests: policykit-1, radvd, auditd, systemtap, systemd
Suggests: policykit-1, radvd, auditd, systemtap, systemd
Breaks: avahi-daemon (<< 0.6.31-3~)
Description: programs for the libvirt library
Description: programs for the libvirt library
Libvirt is a C toolkit to interact with the virtualization capabilities
Libvirt is a C toolkit to interact with the virtualization capabilities
of recent versions of Linux (and other OSes). The library aims at providing
of recent versions of Linux (and other OSes). The library aims at providing
...
...
This diff is collapsed.
Click to expand it.
debian/libvirt-bin.init
+
2
−
2
View file @
a00df46c
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
# Provides: libvirt-bin libvirtd
# Provides: libvirt-bin libvirtd
# Required-Start: $network $local_fs $remote_fs $syslog
# Required-Start: $network $local_fs $remote_fs $syslog
# Required-Stop: $local_fs $remote_fs $syslog
# Required-Stop: $local_fs $remote_fs $syslog
# Should-Start: avahi cgconfig
# Should-Start: avahi
-daemon
cgconfig
# Should-Stop: avahi cgconfig
# Should-Stop: avahi
-daemon
cgconfig
# Default-Start: 2 3 4 5
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Default-Stop: 0 1 6
# Short-Description: libvirt management daemon
# Short-Description: libvirt management daemon
...
...
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