1
0
mirror of https://invent.kde.org/network/krfb synced 2024-07-08 12:05:49 +00:00
krfb/kinetd/kinetdmodule.desktop
Script Kiddy 39fde83a32 CVS_SILENT made messages
svn path=/trunk/kdenetwork/krfb/; revision=176862
2002-09-10 10:13:59 +00:00

69 lines
2.0 KiB
Desktop File

# describes the servicetype that you need to implement in order to use
# kinetd.
[Desktop Entry]
Type=ServiceType
X-KDE-ServiceType=KInetDModule
Name=KInetD Module Type
Name[bs]=KInetD tip modula
Name[ca]=Tipus de mòdul del KInetD
Name[da]=KInetD-modultype
Name[de]=KInetD Modultyp
Name[el]=Τύπος αρθρώματος KInetD
Name[es]=Tipo de módulo KInetD
Name[fi]=KInetD modulityyppi
Name[fr]=Type de module de KInetD
Name[he]=סוג מודול של KInetD
Name[hr]=Tip KInetD Modula
Name[ja]=KInetD モジュールタイプ
Name[mt]=Tip ta' modulu KInetD
Name[pt_BR]=Módulo KInetD
Name[ro]=Tip modul KInetD
Name[sv]=Kinetd-modultyp
Name[tr]=KDED Modül Türü
# id to manipulate the service
[PropertyDef::X-KDE-KINETD-id]
Type=QString
# describes the TCP port kinetd should listen to
[PropertyDef::X-KDE-KINETD-port]
Type=int
# if set and >0, the number of ports kinetd should probe if the port is in use
[PropertyDef::X-KDE-KINETD-autoPortRange]
Type=int
# if enabled, kinetd will listen on the port. Can be overridden using the
# dcop interface.
[PropertyDef::X-KDE-KINETD-enabled]
Type=bool
# if set, this argument is given to the app to start, followed by the number
# of the socket's fd
[PropertyDef::X-KDE-KINETD-argument]
Type=QString
# if true, kinetd can accepts several connections at the same time. Otherwise
# it will block the port when a connection has been established.
[PropertyDef::X-KDE-KINETD-multiInstance]
Type=bool
# if set, kinetd will register the given URL at the local SLP SA while
# the port is open. The following strings will be substituted:
# %h with the local IP address
# %p with the port number
# %u with the user's login name
# %f with the user's full name
[PropertyDef::X-KDE-KINETD-serviceURL]
Type=QString
# if kinetd registers a service URL, this string will be used for its attributes.
# The following strings will be substituted:
# %h with the local IP address
# %p with the port number
# %u with the user's login name
# %f with the user's full name
[PropertyDef::X-KDE-KINETD-serviceAttributes]
Type=QString