[Eisfair] Eisfax und capi2text
Holger Bruenjes
holgerbruenjes at gmx.net
Mo Nov 4 23:33:38 CET 2019
Hallo Kay
Am 04/11/2019 um 22.35 schrieb Kay Martinen:
> Mit respnd auf dem Windows-Client? Und was machst du auf dem
> Linux-Desktop, oder hast du keinen? Es gab IMHO früher mal ein
> listen2respond.pl o.ä. das ich auch mal unter KDE verwendete. Ich weiß
> nur nicht mehr ob/wo sich das findet?
gehe mal ins doc Verzeichnis da liegt
capi2text-kde-udp-listen.pl
das auf die linux Kiste bringen und starten
Ich habe das noch als init script laufen, systemd hin oder her
#! /bin/sh
#-------------------------------------------------------------------------------
#
# /etc/init.d/capi2txt
#
# 2010-04-08 HB
#
#------------------------------------------------------------------------------
### BEGIN INIT INFO
# Provides: capi2txt
# Required-Start: $network $netdaemons
# Required-Stop: $network $netdaemons
# Default-Start: 3 5
# Default-Stop: 0 1 2 6
# Description: Start capi2txt
### END INIT INFO
case $1 in
start)
/usr/sbin/capi2text-kde-udp-listen.pl &
;;
stop)
killall capi2text-kde-udp-listen.pl
;;
esac
und nach rc5.d verlinkt
@K50capi2txt
@S50capi2txt
Holger
Mehr Informationen über die Mailingliste Eisfair