Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Dec 2012 23:27:17 +0000 (UTC)
From:      Devin Teske <dteske@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r244797 - head/usr.sbin/bsdconfig/networking/share
Message-ID:  <201212282327.qBSNRHvQ025997@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dteske
Date: Fri Dec 28 23:27:17 2012
New Revision: 244797
URL: http://svnweb.freebsd.org/changeset/base/244797

Log:
  Fix incorrect function name. s/[[:<:]]dialog_clear/f_&/

Modified:
  head/usr.sbin/bsdconfig/networking/share/hostname.subr

Modified: head/usr.sbin/bsdconfig/networking/share/hostname.subr
==============================================================================
--- head/usr.sbin/bsdconfig/networking/share/hostname.subr	Fri Dec 28 23:21:54 2012	(r244796)
+++ head/usr.sbin/bsdconfig/networking/share/hostname.subr	Fri Dec 28 23:27:17 2012	(r244797)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212282327.qBSNRHvQ025997>