svn commit: r244797 - head/usr.sbin/bsdconfig/networking/share

Devin Teske dteske at FreeBSD.org
Fri Dec 28 23:27:18 UTC 2012


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


More information about the svn-src-head mailing list