svn commit: r348083 - head/sbin/dumpon
Mark Johnston
markj at FreeBSD.org
Wed May 22 03:52:41 UTC 2019
Author: markj
Date: Wed May 22 03:52:39 2019
New Revision: 348083
URL: https://svnweb.freebsd.org/changeset/base/348083
Log:
Update the example added in r348082 to specify a dump device priority.
Event: Waterloo Hackathon 2019
Modified:
head/sbin/dumpon/dumpon.8
Modified: head/sbin/dumpon/dumpon.8
==============================================================================
--- head/sbin/dumpon/dumpon.8 Wed May 22 03:49:38 2019 (r348082)
+++ head/sbin/dumpon/dumpon.8 Wed May 22 03:52:39 2019 (r348083)
@@ -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 ,
More information about the svn-src-all
mailing list