diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-09-21 21:16:41 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-09-21 21:16:41 -0400 |
commit | c1abde559a2dd280c67e4c78b39eb35da9a15f93 (patch) | |
tree | 2af928f8e7556fa3a405a0b008eeb32cdd3f5076 /net-dns/avahi/files | |
parent | app-editors/vim-core: forgot about 9999 for vimrc-r5 (diff) | |
download | gentoo-c1abde559a2dd280c67e4c78b39eb35da9a15f93.tar.gz gentoo-c1abde559a2dd280c67e4c78b39eb35da9a15f93.tar.bz2 gentoo-c1abde559a2dd280c67e4c78b39eb35da9a15f93.zip |
net-dns/avahi: update openrc init scripts, bug #594622
Package-Manager: portage-2.2.28
Diffstat (limited to 'net-dns/avahi/files')
-rw-r--r-- | net-dns/avahi/files/avahi-0.6.32-openrc-0.21.7-fix-init-scripts.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net-dns/avahi/files/avahi-0.6.32-openrc-0.21.7-fix-init-scripts.patch b/net-dns/avahi/files/avahi-0.6.32-openrc-0.21.7-fix-init-scripts.patch new file mode 100644 index 000000000000..2b91179dd65f --- /dev/null +++ b/net-dns/avahi/files/avahi-0.6.32-openrc-0.21.7-fix-init-scripts.patch @@ -0,0 +1,18 @@ +diff -Naur avahi-0.6.32.orig/initscript/gentoo/avahi-daemon.in avahi-0.6.32/initscript/gentoo/avahi-daemon.in +--- avahi-0.6.32.orig/initscript/gentoo/avahi-daemon.in 2016-02-15 21:13:45.000000000 -0500 ++++ avahi-0.6.32/initscript/gentoo/avahi-daemon.in 2016-09-21 20:58:01.999109439 -0400 +@@ -1,4 +1,4 @@ +-#!/sbin/runscript ++#!/sbin/openrc-run + # Copyright 1999-2007 Gentoo Foundation + # Distributed under the terms of the GNU General Public License v2 + +diff -Naur avahi-0.6.32.orig/initscript/gentoo/avahi-dnsconfd.in avahi-0.6.32/initscript/gentoo/avahi-dnsconfd.in +--- avahi-0.6.32.orig/initscript/gentoo/avahi-dnsconfd.in 2016-02-15 21:13:45.000000000 -0500 ++++ avahi-0.6.32/initscript/gentoo/avahi-dnsconfd.in 2016-09-21 20:58:12.683109618 -0400 +@@ -1,4 +1,4 @@ +-#!/sbin/runscript ++#!/sbin/openrc-run + # Copyright 1999-2007 Gentoo Foundation + # Distributed under the terms of the GNU General Public License v2 + |