svn commit: r503924 - in head/mail/dcc-dccd: . files

Matthias Fechner mfechner at freebsd.org
Wed Jun 12 17:00:04 UTC 2019


Am 10.06.2019 um 22:04 schrieb Piotr Kubaj:
> Modified: head/mail/dcc-dccd/files/dccifd.in
> ==============================================================================
> --- head/mail/dcc-dccd/files/dccifd.in	Mon Jun 10 19:28:52 2019	(r503923)
> +++ head/mail/dcc-dccd/files/dccifd.in	Mon Jun 10 20:04:46 2019	(r503924)
> @@ -32,8 +32,8 @@ load_rc_config $name
>  
>  # Set defaults
>  : ${dccifd_enable:="NO"}
> -: ${dccifd_home="%%DCCHOME%%"}
> -: ${dccifd_libexec="%%PREFIX%%/dcc/libexec"}
> +: ${dccifd_home="%%DCCDATA%%"}
> +: ${dccifd_libexec="%%PREFIX%%/libexec"}
>  : ${dccifd_conf="$dccifd_home/dcc_conf"}
>  
>  pidfile=${dccifd_pidfile:-"/var/run/dcc/dccifd.pid"}

seems to be broken now, I get the error:
service dccifd restart
dccifd not running? (check /var/run/dcc/dccifd.pid).
/usr/local/etc/rc.d/dccifd: WARNING: %D/libexec is not a directory.

The file now contains:
# Set defaults
: ${dccifd_enable:="NO"}
: ${dccifd_home="/var/db/dcc"}
: ${dccifd_libexec="%D/libexec"}
: ${dccifd_conf="$dccifd_home/dcc_conf"}

Gruß
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20190612/571d445a/attachment.sig>


More information about the svn-ports-all mailing list