equal
deleted
inserted
replaced
19 |
19 |
20 |
20 |
21 case "$1" in |
21 case "$1" in |
22 configure) |
22 configure) |
23 user=$(getent passwd nagios3 nagios | head -n 1 | cut -f1 -d:) |
23 user=$(getent passwd nagios3 nagios | head -n 1 | cut -f1 -d:) |
24 /usr/lib/nagios/plugins/ius/check_exim --init $user |
24 if test -z "$user"; then |
|
25 : # trigger for later |
|
26 else |
|
27 /usr/lib/nagios/plugins/ius/check_exim --init $user |
|
28 fi |
25 ;; |
29 ;; |
26 |
30 |
27 abort-upgrade|abort-remove|abort-deconfigure) |
31 abort-upgrade|abort-remove|abort-deconfigure) |
28 ;; |
32 ;; |
29 |
33 |