1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
.TH "lisa" "8" "December 2005"
.SH "NAME"
lisa \- LAN Information Server
.SH "SYNOPSIS"
.PP
.B lisa
[options]
.SH "DESCRIPTION"
.PP
This manual page documents briefly the
.B lisa
command.
.PP
.B lisa
is intended to provide a kind of "network neighbourhood" but only relaying on
the TCP/IP protocol stack, no smb or whatever. The list of running hosts is
provided via TCP port 7741.
.SH "OPTIONS"
.TP
.B \-c, \-\-config=\fIFILE\fR
Read
.I FILE
instead of $(HOME)/.lisarc and /etc/lisarc.
.TP
.BI "\-p, \-\-port" " PORTNR"
Start the server on the portnumber
.IR PORTNR .
If you use this, LISa won't be able to
cooperate with other LISa's in the network.
.TP
.B \-q, \-\-quiet
Start quiet without the greeting message.
.TP
.B \-u, \-\-unix
Deprecated.
.TP
.B \-k, \-\-kde1
Deprecated.
.TP
.B \-K, \-\-kde2
Deprecated.
.TP
.B \-h, \-\-help
Show usage.
.TP
.B \-v, \-\-version
Print out a short version info.
.SH SIGNALS
.PP
If you send the Hangup-Signal to \fBlisa\fR, it will reread its
configuration file (killall -HUP lisa).
.PP
If you send the User1-Signal to \fBlisa\fR, it will print some status
information to the standard output (killall -USR1 lisa). You won't see
anything if the console from which \fBlisa\fR was started has terminated.
.SH "SEE ALSO"
.TP
.BR reslisa (8)
.TP
.I /opt/trinity/share/doc/lisa/README.gz
.SH "AUTHOR"
.PP
.B LISa
is Copyright (c) 2000-2003 by Alexander Neundorf <neundorf@kde.org>.
.PP
This manual page was written by Francois Wendling <frwendling@free.fr>. You can
redistribute it and/or modify it under the terms of the GNU General Public
License as published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.
|