Browse Source

Andreas V. Meier:


			
			
				rocklinux
			
			
		
Andreas V. 'netrunner' Meier 19 years ago
parent
commit
071bc37463
3 changed files with 67 additions and 0 deletions
  1. +1
    -0
      package/avm/hylafax/hylafax.conf
  2. +47
    -0
      package/avm/hylafax/hylafax.desc
  3. +19
    -0
      package/avm/hylafax/nostartinit.patch

+ 1
- 0
package/avm/hylafax/hylafax.conf

@ -0,0 +1 @@
hook_add preconf 3 "sed -i -e 's,usr/local,usr,' configure defs.in config.site"

+ 47
- 0
package/avm/hylafax/hylafax.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/avm/hylafax/hylafax.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2005 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] A telecommunication system for UNIX systems
[T] HylaFAX is a telecommunication system for UNIX systems. It supports sending
[T] facsimile, receiving facsimile, polled retrieval of facsimile, transparent
[T] shared data use of the modem and sending alpha-numeric pages. The software is
[T] structured around a client-server architecture. Fax modems may reside on a
[T] single machine on a network and clients can submit outbound jobs from any
[T] machine that can communicate with the machine on which the modems reside. An
[T] access control mechanism is included to control which users on which machines
[T] may access a server.
[U] http://www.hylafax.org
[A] Matthias Apitz <guru@sisis.de>
[M] Andreas V. 'netrunner' Meier <avmeier@web.de>
[C] extra/server
[L] OpenSource
[S] Stable
[V] 4.1.8
[P] X -----5---9 800.000
[D] 2962358088 hylafax-4.2.1.tar.gz ftp://ftp.hylafax.org/source/

+ 19
- 0
package/avm/hylafax/nostartinit.patch

@ -0,0 +1,19 @@
diff -ruN hylafax-4.2.1/configure hylafax-4.2.1-new/configure
--- hylafax-4.2.1/configure 2004-12-28 05:45:03.000000000 +0100
+++ hylafax-4.2.1-new/configure 2005-05-18 12:40:52.000000000 +0200
@@ -3596,13 +3596,13 @@
if [ "$SYSVINIT" = yes ]; then
if [ -z "$DIR_SYSVINITSTART" ]; then
case $TARGET in
- *-linux*) DIR_SYSVINITSTART="../rc2.d ../rc3.d ../rc4.d ../rc5.d";;
+ *-linux*) DIR_SYSVINITSTART="";;
*) DIR_SYSVINITSTART="../rc2.d";;
esac
fi
if [ -z "$DIR_SYSVINITSTOP" ]; then
case $TARGET in
- *-linux*) DIR_SYSVINITSTOP="../rc0.d ../rc1.d ../rc6.d";;
+ *-linux*) DIR_SYSVINITSTOP="../rc0.d ../rc1.d ../rc2.d ../rc3.d ../rc4.d ../rc5.d ../rc6.d";;
*-solaris*) DIR_SYSVINITSTOP="../rc0.d ../rc1.d ../rcS.d";;
*sysv4.2uw2*) DIR_SYSVINITSTOP="../rc0.d ../rc1.d";;
*-sysv5UnixWare*) DIR_SYSVINITSTOP="../rc0.d ../rc1.d";;

Loading…
Cancel
Save