wok diff nagios-plugins/receipt @ rev 20423

Update some web_site to https
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 09 12:16:16 2018 +0200 (2018-08-09)
parents 9e01bc6321ea
children a78610b2eb47
line diff
     1.1 --- a/nagios-plugins/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/nagios-plugins/receipt	Thu Aug 09 12:16:16 2018 +0200
     1.3 @@ -49,6 +49,7 @@
     1.4  post_install()
     1.5  {
     1.6  	if ! grep -q nagios "$1/etc/passwd"; then
     1.7 +		echo
     1.8  		echo -n "Adding user/group nagios..."
     1.9  		chroot "$1/" addgroup -S nagios
    1.10  		chroot "$1/" adduser -S -D -H -G nagios nagios