mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
22 lines
649 B
Plaintext
22 lines
649 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
To run quasselcore at system start-up, add quasselcore_enable="YES"
|
|
to /etc/rc.conf.
|
|
|
|
Quassel can use SSL connection between client and core parts. At first start
|
|
quasselcore will ask you to enter some information that will be incorporated
|
|
into generated SSL certificate. You can generate a new certificate by running
|
|
the following command as root:
|
|
|
|
# service quasselcore keygen
|
|
or
|
|
# %%PREFIX%%/etc/rc.d/quasselcore keygen
|
|
|
|
By default quasselcore listens on 4242 port at localhost.
|
|
To change default behavior set quasselcore_args variable in /etc/rc.conf.
|
|
See 'quasselcore --help' for available arguments.
|
|
EOM
|
|
}
|
|
]
|