svn commit: r339752 - head/usr.sbin/bsdconfig/share

Devin Teske dteske at FreeBSD.org
Thu Oct 25 23:32:33 UTC 2018


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'


More information about the svn-src-head mailing list