summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2012-12-28 23:27:17 +0000
committerdteske <dteske@FreeBSD.org>2012-12-28 23:27:17 +0000
commitff855cec663b866afaec891ba560ff854f0e41e4 (patch)
tree48bc5c2bb1bc1953bde18c3f9a294742705840ab /usr.sbin
parent70995a026642332223b9a73165d607d038a19a16 (diff)
downloadFreeBSD-src-ff855cec663b866afaec891ba560ff854f0e41e4.zip
FreeBSD-src-ff855cec663b866afaec891ba560ff854f0e41e4.tar.gz
Fix incorrect function name. s/[[:<:]]dialog_clear/f_&/
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bsdconfig/networking/share/hostname.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdconfig/networking/share/hostname.subr b/usr.sbin/bsdconfig/networking/share/hostname.subr
index 751cfa5..959c7df 100644
--- a/usr.sbin/bsdconfig/networking/share/hostname.subr
+++ b/usr.sbin/bsdconfig/networking/share/hostname.subr
@@ -190,7 +190,7 @@ f_dialog_input_hostname()
# the stored configuration (in rc.conf(5)).
#
if [ "$( hostname )" != "$( f_sysrc_get hostname )" ]; then
- [ ! "$USE_XDIALOG" ] && dialog_clear
+ [ ! "$USE_XDIALOG" ] && f_dialog_clear
#
# If connected via ssh(1) and performing X11-Forwarding, don't
OpenPOWER on IntegriCloud