wok-current diff nagios-plugins/receipt @ rev 20426
linld: fix xmm_driver
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 13 00:46:30 2018 +0200 (2018-08-13) |
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 Mon Aug 13 00:46:30 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