@ -0,0 +1,39 @@ |
|||||
|
--- mDNSResponder-107/mDNSPosix/Makefile~ 2005-04-20 22:12:17.000000000 +0200
|
||||
|
+++ mDNSResponder-107/mDNSPosix/Makefile 2007-01-03 01:28:43.000000000 +0100
|
||||
|
@@ -450,21 +450,21 @@
|
||||
|
$(INSTBASE)/include/dns_sd.h: $(SHAREDDIR)/dns_sd.h |
||||
|
$(CP) $< $@ |
||||
|
|
||||
|
-$(STARTUPSCRIPTDIR)/$(STARTUPSCRIPTNAME): mdnsd.sh $(STARTUPSCRIPTDIR)
|
||||
|
- $(CP) $< $@
|
||||
|
- chmod ugo+x $@
|
||||
|
-ifdef RUNLEVELSCRIPTSDIR
|
||||
|
-ifeq ($(wildcard $(RUNLEVELSCRIPTSDIR)/runlevels/default), $(RUNLEVELSCRIPTSDIR)/runlevels/default)
|
||||
|
- $(LN) $@ $(RUNLEVELSCRIPTSDIR)/runlevels/default/mdns
|
||||
|
-else
|
||||
|
- $(LN) $@ $(RUNLEVELSCRIPTSDIR)/rc2.d/S52mdns
|
||||
|
- $(LN) $@ $(RUNLEVELSCRIPTSDIR)/rc3.d/S52mdns
|
||||
|
- $(LN) $@ $(RUNLEVELSCRIPTSDIR)/rc4.d/S52mdns
|
||||
|
- $(LN) $@ $(RUNLEVELSCRIPTSDIR)/rc5.d/S52mdns
|
||||
|
- $(LN) $@ $(RUNLEVELSCRIPTSDIR)/rc0.d/K16mdns
|
||||
|
- $(LN) $@ $(RUNLEVELSCRIPTSDIR)/rc6.d/K16mdns
|
||||
|
-endif
|
||||
|
-endif
|
||||
|
+# $(STARTUPSCRIPTDIR)/$(STARTUPSCRIPTNAME): mdnsd.sh $(STARTUPSCRIPTDIR)
|
||||
|
+# $(CP) $< $@
|
||||
|
+# chmod ugo+x $@
|
||||
|
+# ifdef RUNLEVELSCRIPTSDIR
|
||||
|
+# ifeq ($(wildcard $(RUNLEVELSCRIPTSDIR)/runlevels/default), $(RUNLEVELSCRIPTSDIR)/runlevels/default)
|
||||
|
+# $(LN) $@ $(RUNLEVELSCRIPTSDIR)/runlevels/default/mdns
|
||||
|
+# else
|
||||
|
+# $(LN) $@ $(RUNLEVELSCRIPTSDIR)/rc2.d/S52mdns
|
||||
|
+# $(LN) $@ $(RUNLEVELSCRIPTSDIR)/rc3.d/S52mdns
|
||||
|
+# $(LN) $@ $(RUNLEVELSCRIPTSDIR)/rc4.d/S52mdns
|
||||
|
+# $(LN) $@ $(RUNLEVELSCRIPTSDIR)/rc5.d/S52mdns
|
||||
|
+# $(LN) $@ $(RUNLEVELSCRIPTSDIR)/rc0.d/K16mdns
|
||||
|
+# $(LN) $@ $(RUNLEVELSCRIPTSDIR)/rc6.d/K16mdns
|
||||
|
+# endif
|
||||
|
+# endif
|
||||
|
|
||||
|
$(NSSINSTPATH)/$(NSSLINKNAME): $(NSSINSTPATH)/$(NSSLIBFILE) |
||||
|
$(LN) $< $@ |
@ -0,0 +1,14 @@ |
|||||
|
# Desc: Apple Darwin Multicast DNS / DNS Service Discovery daemon |
||||
|
# Runlevel: 20 rcX rc3 rc4 rc5 |
||||
|
|
||||
|
main_begin |
||||
|
|
||||
|
block_begin(start, `Starting Apple Darwin Multicast DNS / DNS Service Discovery daemon.') |
||||
|
check(`D_prefix/sbin/mdnsd') |
||||
|
block_end |
||||
|
|
||||
|
block_begin(stop, `Stopping Apple Darwin Multicast DNS / DNS Service Discovery daemon.') |
||||
|
check(`killall D_prefix/sbin/mdnsd') |
||||
|
block_end |
||||
|
|
||||
|
main_end |
@ -0,0 +1,8 @@ |
|||||
|
hook_add premake 5 "cd mDNSPosix" |
||||
|
hook_add postmake 5 "install_init mdnsd $confdir/mdnsd.init" |
||||
|
|
||||
|
var_append makeopt " " "os=linux" |
||||
|
var_append makeinstopt " " "os=linux" |
||||
|
|
||||
|
# FIXME: shared file with glibc |
||||
|
var_append flist''del "|" "etc/nsswitch.conf" |
@ -0,0 +1,47 @@ |
|||||
|
|
||||
|
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
||||
|
[COPY] |
||||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
|
[COPY] Please add additional copyright information _after_ the line containing |
||||
|
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
||||
|
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
||||
|
[COPY] |
||||
|
[COPY] ROCK Linux: rock-src/package/public/mdnsresponder/mdnsresponder.desc |
||||
|
[COPY] ROCK Linux is Copyright (C) 1998 - 2007 Clifford Wolf |
||||
|
[COPY] |
||||
|
[COPY] This program is free software; you can redistribute it and/or modify |
||||
|
[COPY] it under the terms of the GNU General Public License as published by |
||||
|
[COPY] the Free Software Foundation; either version 2 of the License, or |
||||
|
[COPY] (at your option) any later version. A copy of the GNU General Public |
||||
|
[COPY] License can be found at Documentation/COPYING. |
||||
|
[COPY] |
||||
|
[COPY] Many people helped and are helping developing ROCK Linux. Please |
||||
|
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
||||
|
[COPY] file for details. |
||||
|
[COPY] |
||||
|
[COPY] --- ROCK-COPYRIGHT-NOTE-END --- |
||||
|
|
||||
|
[I] Multicast DNS Responder |
||||
|
|
||||
|
[T] The mDNSResponder project is a component of Bonjour, |
||||
|
[T] Apple's ease-of-use IP networking initiative: |
||||
|
[T] <http://developer.apple.com/bonjour/> |
||||
|
[T] |
||||
|
[T] Apple's Bonjour software derives from the ongoing standardization |
||||
|
[T] work of the IETF Zero Configuration Networking Working Group: |
||||
|
[T] <http://zeroconf.org/> |
||||
|
|
||||
|
[U] http://developer.apple.com/bonjour/ |
||||
|
|
||||
|
[A] Apple Computer, Inc. |
||||
|
[M] The ROCK Linux Project |
||||
|
|
||||
|
[C] extra/network |
||||
|
[F] CORE |
||||
|
|
||||
|
[L] OpenSource |
||||
|
[S] Stable |
||||
|
[V] 107 |
||||
|
[P] X -----5---9 800.000 |
||||
|
|
||||
|
[D] 4272780815 mDNSResponder-107.tar.gz http://helios.et.put.poznan.pl/~jstachow/pub/ |