Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jul 2017 14:08:51 +0000 (UTC)
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r446005 - in head/sysutils/anvil: . files
Message-ID:  <201707161408.v6GE8pXY081649@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dvl
Date: Sun Jul 16 14:08:51 2017
New Revision: 446005
URL: https://svnweb.freebsd.org/changeset/ports/446005

Log:
  Improve the pkg-message now that we install multiple scripts.
  Bump PORTREVISION

Modified:
  head/sysutils/anvil/Makefile
  head/sysutils/anvil/files/pkg-message.in

Modified: head/sysutils/anvil/Makefile
==============================================================================
--- head/sysutils/anvil/Makefile	Sun Jul 16 13:47:20 2017	(r446004)
+++ head/sysutils/anvil/Makefile	Sun Jul 16 14:08:51 2017	(r446005)
@@ -2,6 +2,7 @@
 
 PORTNAME=	anvil
 PORTVERSION=	0.0.8
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	dvl@FreeBSD.org

Modified: head/sysutils/anvil/files/pkg-message.in
==============================================================================
--- head/sysutils/anvil/files/pkg-message.in	Sun Jul 16 13:47:20 2017	(r446004)
+++ head/sysutils/anvil/files/pkg-message.in	Sun Jul 16 14:08:51 2017	(r446005)
@@ -1,26 +1,48 @@
-After installing anvil, this is a short checklist of things to do:
 
-* adjust anvil.conf
+****************************************************************************
 
-* run 'cert-puller -s' to see the visudo settings you need
+After installing anvil, this is a short checklist of things to do, depending
+on which tools are using.
 
-* adjust the service configuration files if cert filenames are different
+For cert-puller:
 
-* By default, anvil uses:
+  * adjust /usr/local/etc/anvil/cert-puller.conf
 
-  * example.org.fullchain.cer
-  * example.org.key
+  * run 'cert-puller -s' to see the visudo settings you need
 
-* anvil does not distribute .key files. Do that manually.
+  * adjust the service configuration files (e.g. httpd.conf) if cert filenames 
+    are different from defaults.  By default, anvil uses:
 
-* install the crontab for anvil: sudo crontab -e -u anvil:
+    * example.org.fullchain.cer
+    * example.org.key
 
+  * anvil does not distribute .key files. Do that manually.
+
+  * install the crontab for anvil: sudo crontab -e -u anvil:
+
 ###
 # use /bin/sh to run commands, overriding the default set by cron
 SHELL=/bin/sh
 # mail any output to here, no matter whose crontab this is
 MAILTO=you@example.org
 
-7 13 * * * %%PREFIX%%/bin/cert-puller
+7 13 * * * /usr/local/bin/cert-puller
 ###
+
+For cert-shifter:
+
+  * adjust /usr/local/etc/anvil/cert-shifter.conf
+
+  * install the crontab:
+
+###
+# use /bin/sh to run commands, overriding the default set by cron
+SHELL=/bin/sh
+# mail any output to here, no matter whose crontab this is
+MAILTO=you@example.org
+
+19 20 * * * /usr/local/bin/cert-shifter
+###
+
+****************************************************************************
 



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