]> code.ossystems Code Review - openembedded-core.git/commitdiff
distcc: added initscript dependencies
authorMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 1 Aug 2008 12:55:26 +0000 (12:55 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 1 Aug 2008 12:55:26 +0000 (12:55 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5001 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/distcc/distcc_2.18.3.bb
meta/packages/distcc/files/distcc

index f592997d9f69252cf168e906c3505c16fd05ba31..cce2812b7c35157bb559384bb2b3c20a9421f526 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "distcc is a parallel build system that distributes \
 compilation of C/C++/ObjC code across machines on a network."
 SECTION = "devel"
 LICENSE = "GPLv2"
-PR = "r4"
+PR = "r5"
 
 DEPENDS = "avahi gtk+"
 RRECOMMENDS = "avahi-daemon"
index bbd47074976c35874ded636342e24a404c512798..513bc483ea7b9a946fbca5b801d92d1eafc87f06 100755 (executable)
@@ -1,4 +1,12 @@
 #!/bin/sh
+### BEGIN INIT INFO
+# Provides:          distcc
+# Required-Start:    $remote_fs $syslog
+# Required-Stop:     $remote_fs $syslog
+# Default-Start:     2 3 4 5
+# Default-Stop:      1
+# Short-Description: simple distributed compiler client and server
+### END INIT INFO
 #
 # distccd Debian init.d script contributed by Jason Thomas.  (Debian #161136)
 #