Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Aug 2020 12:53:27 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r545163 - head/net-im/scli
Message-ID:  <202008171253.07HCrRhG059230@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Mon Aug 17 12:53:27 2020
New Revision: 545163
URL: https://svnweb.freebsd.org/changeset/ports/545163

Log:
  Add a pkg-message with some troubleshooting notes

Added:
  head/net-im/scli/pkg-message   (contents, props changed)
Modified:
  head/net-im/scli/Makefile

Modified: head/net-im/scli/Makefile
==============================================================================
--- head/net-im/scli/Makefile	Mon Aug 17 12:26:10 2020	(r545162)
+++ head/net-im/scli/Makefile	Mon Aug 17 12:53:27 2020	(r545163)
@@ -2,6 +2,7 @@
 
 PORTNAME=	scli
 DISTVERSION=	g20200817
+PORTREVISION=	1
 CATEGORIES=	net-im python
 
 MAINTAINER=	0mp@FreeBSD.org

Added: head/net-im/scli/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/scli/pkg-message	Mon Aug 17 12:53:27 2020	(r545163)
@@ -0,0 +1,20 @@
+[
+{ type: install
+message: <<EOM
+Sometimes, scli does not show the contact list immediately (e.g., after scli
+was not closed by issuing ":quit" but by sending SIGINT instead). In such a
+situation, it might be necessary to refresh scli by issuing ":reload".
+
+In case it does not enough, the following instructions explain how to clean up
+existing scli and signal-cli files and start again:
+
+1. Remove ~/.local/share/scli and ~/.local/share/signal-cli.
+2. Register (or link) the machine again with signal-cli.
+3. Start scli and let it run for a couple of seconds (so that the signal-cli
+   daemon can synchronize with the Signal servers).
+4. Issue a ":reload" command in the scli prompt.
+
+The contact list should now be visible.
+EOM
+}
+]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008171253.07HCrRhG059230>