wok diff ndoutils/receipt @ rev 20319

Up tazlito (501)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 20 13:28:18 2018 +0200 (2018-05-20)
parents 9e01bc6321ea
children a78610b2eb47
line diff
     1.1 --- a/ndoutils/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/ndoutils/receipt	Sun May 20 13:28:18 2018 +0200
     1.3 @@ -73,6 +73,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 nagios..."
     1.9  		chroot "$1/" adduser -S -D -H nagios
    1.10  		status