Author: dteske Date: Thu Oct 25 23:32:32 2018 New Revision: 339752 URL: https://svnweb.freebsd.org/changeset/base/339752
Log: Remove vestigial DIALOG_ITEM_HELP value in bsdconfig dialog.subr Sponsored by: Smule, Inc. Modified: head/usr.sbin/bsdconfig/share/dialog.subr Modified: head/usr.sbin/bsdconfig/share/dialog.subr ============================================================================== --- head/usr.sbin/bsdconfig/share/dialog.subr Thu Oct 25 23:13:19 2018 (r339751) +++ head/usr.sbin/bsdconfig/share/dialog.subr Thu Oct 25 23:32:32 2018 (r339752) @@ -79,7 +79,6 @@ unset XDIALOG_INFOBOX_TIMEOUT DIALOG_OK=${SUCCESS:-0} DIALOG_CANCEL=${FAILURE:-1} DIALOG_HELP=2 -DIALOG_ITEM_HELP=2 DIALOG_EXTRA=3 DIALOG_ITEM_HELP=4 export DIALOG_ERROR=254 # sh(1) can't handle the default of `-1' _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"