summaryrefslogtreecommitdiff
path: root/meta/packages/avahi/files
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-07-03 15:24:12 +0000
committerRoss Burton <ross@openedhand.com>2008-07-03 15:24:12 +0000
commit1f36523f919340a06f60752c18835c6483fd2026 (patch)
tree21855e0b64d2c67605576f112c2ce6a5ef83cad9 /meta/packages/avahi/files
parent26628bf01017e7b29d2eb1374d220b8f79748d00 (diff)
downloadopenembedded-core-1f36523f919340a06f60752c18835c6483fd2026.tar.gz
openembedded-core-1f36523f919340a06f60752c18835c6483fd2026.tar.bz2
openembedded-core-1f36523f919340a06f60752c18835c6483fd2026.tar.xz
openembedded-core-1f36523f919340a06f60752c18835c6483fd2026.zip
avahi: add init script depends
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4803 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/avahi/files')
-rw-r--r--meta/packages/avahi/files/initscript.patch39
1 files changed, 39 insertions, 0 deletions
diff --git a/meta/packages/avahi/files/initscript.patch b/meta/packages/avahi/files/initscript.patch
new file mode 100644
index 000000000..f76a965b8
--- /dev/null
+++ b/meta/packages/avahi/files/initscript.patch
@@ -0,0 +1,39 @@
+diff --git a/initscript/debian/avahi-daemon.in b/initscript/debian/avahi-daemon.in
+index 30a2c2f..b5848a8 100755
+--- a/initscript/debian/avahi-daemon.in
++++ b/initscript/debian/avahi-daemon.in
+@@ -1,2 +1,14 @@
+ #!/bin/sh
+-
++### BEGIN INIT INFO
++# Provides: avahi
++# Required-Start: $remote_fs dbus
++# Required-Stop: $remote_fs dbus
++# Should-Start: $syslog
++# Should-Stop: $syslog
++# Default-Start: 2 3 4 5
++# Default-Stop: 0 1 6
++# Short-Description: Avahi mDNS/DNS-SD Daemon
++# Description: Zeroconf daemon for configuring your network
++# automatically
++### END INIT INFO
++#
+diff --git a/initscript/debian/avahi-dnsconfd.in b/initscript/debian/avahi-dnsconfd.in
+index ac34804..f95c340 100755
+--- a/initscript/debian/avahi-dnsconfd.in
++++ b/initscript/debian/avahi-dnsconfd.in
+@@ -1,1 +1,14 @@
+ #!/bin/sh
++### BEGIN INIT INFO
++# Provides: avahi-dnsconfd
++# Required-Start: $remote_fs avahi
++# Required-Stop: $remote_fs avahi
++# Should-Start: $syslog
++# Should-Stop: $syslog
++# Default-Start: 2 3 4 5
++# Default-Stop: 0 1 6
++# Short-Description: Avahi mDNS/DNS-SD DNS configuration
++# Description: Zeroconf daemon for configuring your network
++# automatically
++### END INIT INFO
++#