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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"