search for: nrestarting

Displaying 1 result from an estimated 1 matches for "nrestarting".

Did you mean: restarting
2009 Jun 30
2
[PATCH node] Make all yes/no prompts consistent. rhbz#508778
...[[ -n "$collectd_server_port" ]]; then - ovirt_collectd $collectd_server_ip \ - $collectd_server_port - fi - return - elif [ "$r" == "N" ]; then - printf "\nRestarting collectd configuration.\n" - break - elif [ "$r" == "A" ]; then - printf "\nAborting collectd configuration.\n" - return - fi + ask_yes_or_no "Is this correct (y/n/a)?" +...