svn commit: r502118 - head/www/miniflux/files

Tobias Kortkamp tobik at freebsd.org
Tue May 21 12:50:44 UTC 2019


On Mon, May 20, 2019 at 02:31:22PM +0000, Kirill Ponomarev wrote:
> Author: krion
> Date: Mon May 20 14:31:22 2019
> New Revision: 502118
> URL: https://svnweb.freebsd.org/changeset/ports/502118
> 
> Log:
>   Fix stop exec of the miniflux rc script and enable syslog logging.
>   
>   PR:		237998
>   Submitted by:	decke
> 
> Modified:
>   head/www/miniflux/files/miniflux.in
> 
> Modified: head/www/miniflux/files/miniflux.in
> ==============================================================================
> --- head/www/miniflux/files/miniflux.in	Mon May 20 14:00:34 2019	(r502117)
> +++ head/www/miniflux/files/miniflux.in	Mon May 20 14:31:22 2019	(r502118)
> @@ -22,13 +22,14 @@ load_rc_config $name
>  
>  : ${miniflux_enable="NO"}
>  
> -# Miniflux doesn’t use any config file, only environment variables.
> +# Miniflux doesn't use any config file, only environment variables.
>  set -a
>  . %%PREFIX%%/etc/miniflux.env
>  set +a
>  
>  pidfile="/var/run/miniflux.pid"
> -command=/usr/sbin/daemon
> -command_args=" -p ${pidfile} -u miniflux %%PREFIX%%/bin/miniflux | /usr/bin/logger -t miniflux &"
> +procname="%%LOCALBASE%%/bin/miniflux"
> +command="/usr/sbin/daemon"
> +command_args="-f -T miniflux -p ${pidfile} -u miniflux %%LOCALBASE%%/bin/miniflux"
>  
>  run_rc_command "$1"
> 

- This needs a PORTREVISION bump.
- It should use %%PREFIX%% like before not %%LOCALBASE%% since
  bin/miniflux is installed by www/miniflux and not some dependency.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 618 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20190521/109a1446/attachment.sig>


More information about the svn-ports-all mailing list