summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/usermgmt/useradd
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2012-12-25 09:30:25 +0000
committerdteske <dteske@FreeBSD.org>2012-12-25 09:30:25 +0000
commit2646f7c5d89cc315500842004bb7913403ac47c6 (patch)
tree302990b205b37f97dbeb28679e4bb323f80105d7 /usr.sbin/bsdconfig/usermgmt/useradd
parent165b4913d0171cbfd278174bb7f1e91684421051 (diff)
downloadFreeBSD-src-2646f7c5d89cc315500842004bb7913403ac47c6.zip
FreeBSD-src-2646f7c5d89cc315500842004bb7913403ac47c6.tar.gz
Remove unnecessary duplicate initialization of the dialog(1) API (automatically
bootstrapped on-include unless DIALOG_SELF_INITIALIZE is set to NO before-hand)
Diffstat (limited to 'usr.sbin/bsdconfig/usermgmt/useradd')
-rwxr-xr-xusr.sbin/bsdconfig/usermgmt/useradd1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/bsdconfig/usermgmt/useradd b/usr.sbin/bsdconfig/usermgmt/useradd
index cc1b886..ef51fba 100755
--- a/usr.sbin/bsdconfig/usermgmt/useradd
+++ b/usr.sbin/bsdconfig/usermgmt/useradd
@@ -56,7 +56,6 @@ shift $(( $OPTIND - 1 ))
#
# Chain-load to userinput to centralize code and minimize duplication
#
-f_dialog_init
$BSDCFG_LIBE/$APP_DIR/userinput ${USE_XDIALOG:+-X} mode="Add"
################################################################################
OpenPOWER on IntegriCloud