CVSROOT: /cvs Module name: ports Changes by: [email protected] 2019/02/01 04:32:02
Modified files:
net/icinga/web2: Makefile
net/icinga/web2/patches:
patch-modules_setup_application_views_scripts_form_setup-welcome_phtml
Log message:
use a simpler command for "generate 16 random chars" for the setup token
(we can't use upstream's "head -c 12 /dev/urandom | base64" directly so
had to patch, but it's easier to just "openssl rand -base64 12" instead
of the dd | perl monstrosity I was using).
