summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/avahi/files/initscript.patch
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-08-27 15:14:24 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-27 15:29:45 +0100
commit29d6678fd546377459ef75cf54abeef5b969b5cf (patch)
tree8edd65790e37a00d01c3f203f773fe4b5012db18 /meta/recipes-connectivity/avahi/files/initscript.patch
parentda49de6885ee1bc424e70bc02f21f6ab920efb55 (diff)
downloadpoky-29d6678fd546377459ef75cf54abeef5b969b5cf.tar.gz
Major layout change to the packages directory
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity/avahi/files/initscript.patch')
-rw-r--r--meta/recipes-connectivity/avahi/files/initscript.patch39
1 files changed, 39 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/avahi/files/initscript.patch b/meta/recipes-connectivity/avahi/files/initscript.patch
new file mode 100644
index 0000000000..f76a965b85
--- /dev/null
+++ b/meta/recipes-connectivity/avahi/files/initscript.patch
@@ -0,0 +1,39 @@
1diff --git a/initscript/debian/avahi-daemon.in b/initscript/debian/avahi-daemon.in
2index 30a2c2f..b5848a8 100755
3--- a/initscript/debian/avahi-daemon.in
4+++ b/initscript/debian/avahi-daemon.in
5@@ -1,2 +1,14 @@
6 #!/bin/sh
7-
8+### BEGIN INIT INFO
9+# Provides: avahi
10+# Required-Start: $remote_fs dbus
11+# Required-Stop: $remote_fs dbus
12+# Should-Start: $syslog
13+# Should-Stop: $syslog
14+# Default-Start: 2 3 4 5
15+# Default-Stop: 0 1 6
16+# Short-Description: Avahi mDNS/DNS-SD Daemon
17+# Description: Zeroconf daemon for configuring your network
18+# automatically
19+### END INIT INFO
20+#
21diff --git a/initscript/debian/avahi-dnsconfd.in b/initscript/debian/avahi-dnsconfd.in
22index ac34804..f95c340 100755
23--- a/initscript/debian/avahi-dnsconfd.in
24+++ b/initscript/debian/avahi-dnsconfd.in
25@@ -1,1 +1,14 @@
26 #!/bin/sh
27+### BEGIN INIT INFO
28+# Provides: avahi-dnsconfd
29+# Required-Start: $remote_fs avahi
30+# Required-Stop: $remote_fs avahi
31+# Should-Start: $syslog
32+# Should-Stop: $syslog
33+# Default-Start: 2 3 4 5
34+# Default-Stop: 0 1 6
35+# Short-Description: Avahi mDNS/DNS-SD DNS configuration
36+# Description: Zeroconf daemon for configuring your network
37+# automatically
38+### END INIT INFO
39+#