svn commit: r545163 - head/net-im/scli

Mateusz Piotrowski 0mp at FreeBSD.org
Mon Aug 17 12:53:28 UTC 2020


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 at 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
+}
+]


More information about the svn-ports-head mailing list