wok diff nagios-plugins/receipt @ rev 20365

debugging
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 20:31:55 2018 +0000 (2018-06-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	Sat Jun 09 20:31:55 2018 +0000
     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