Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 18 years ago
parent
commit
e93b80c1e2
10 changed files with 114 additions and 0 deletions
  1. +1
    -0
      package/base/aspell-de/aspell-de.desc
  2. +1
    -0
      package/base/aspell-en/aspell-en.desc
  3. +1
    -0
      package/base/aspell-es/aspell-es.desc
  4. +1
    -0
      package/base/aspell-fr/aspell-fr.desc
  5. +1
    -0
      package/base/aspell/aspell.desc
  6. +1
    -0
      package/daja77/openexr/openexr.desc
  7. +39
    -0
      package/public/mdnsresponder/dont-install-initscript.patch
  8. +14
    -0
      package/public/mdnsresponder/mdnsd.init
  9. +8
    -0
      package/public/mdnsresponder/mdnsresponder.conf
  10. +47
    -0
      package/public/mdnsresponder/mdnsresponder.desc

+ 1
- 0
package/base/aspell-de/aspell-de.desc

@ -36,6 +36,7 @@
[M] The ROCK Linux Project
[C] extra/office
[F] CORE
[L] GPL
[S] Stable

+ 1
- 0
package/base/aspell-en/aspell-en.desc

@ -31,6 +31,7 @@
[M] The ROCK Linux Project
[C] extra/office
[F] CORE
[L] Free-to-use
[S] Stable

+ 1
- 0
package/base/aspell-es/aspell-es.desc

@ -34,6 +34,7 @@
[M] The ROCK Linux Project
[C] extra/office
[F] CORE
[L] GPL
[S] Stable

+ 1
- 0
package/base/aspell-fr/aspell-fr.desc

@ -34,6 +34,7 @@
[M] The ROCK Linux Project
[C] extra/office
[F] CORE
[L] GPL
[S] Stable

+ 1
- 0
package/base/aspell/aspell.desc

@ -39,6 +39,7 @@
[M] The ROCK Linux Project
[C] extra/office
[F] CORE
[L] GPL
[S] Stable

+ 1
- 0
package/daja77/openexr/openexr.desc

@ -38,6 +38,7 @@
[M] Daniel Jahre <daja@rocklinux.org>
[C] extra/multimedia
[F] CORE
[L] BSD
[S] Stable

+ 39
- 0
package/public/mdnsresponder/dont-install-initscript.patch

@ -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) $< $@

+ 14
- 0
package/public/mdnsresponder/mdnsd.init

@ -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

+ 8
- 0
package/public/mdnsresponder/mdnsresponder.conf

@ -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"

+ 47
- 0
package/public/mdnsresponder/mdnsresponder.desc

@ -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/

Loading…
Cancel
Save