From fb8a3805fa908ed80b10be289826f80c5372d5e2 Mon Sep 17 00:00:00 2001 From: markj Date: Wed, 22 May 2019 03:52:39 +0000 Subject: [PATCH] Update the example added in r348082 to specify a dump device priority. Event: Waterloo Hackathon 2019 --- sbin/dumpon/dumpon.8 | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/sbin/dumpon/dumpon.8 b/sbin/dumpon/dumpon.8 index d5f45d4e03f..0379042b528 100644 --- a/sbin/dumpon/dumpon.8 +++ b/sbin/dumpon/dumpon.8 @@ -345,21 +345,17 @@ BOUND|REBIND|REBOOT|RENEW) break fi if [ -n "$new_routers" ]; then - # Take the first router in the list. + # Take the first router in the list. gateway_flag="-g ${new_routers%% *}" fi - dumpon -c $new_ip_address -s $server $gateway_flag vtnet0 + # Configure as the highest-priority dump device. + dumpon -i 0 -c $new_ip_address -s $server $gateway_flag vtnet0 ;; esac .Ed .Pp Be sure to fill in the server IP address and change the interface name if -needed, and to configure -.Pp -.Dl dumpdev="NO" -.Pp -in -.Pa /etc/rc.conf . +needed. .Sh SEE ALSO .Xr gzip 1 , .Xr kgdb 1 , -- 2.45.0