From owner-svn-src-head@freebsd.org Wed Jul 5 15:42:34 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A422DADC9E; Wed, 5 Jul 2017 15:42:34 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 367276E3; Wed, 5 Jul 2017 15:42:34 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v65FgXpN072515; Wed, 5 Jul 2017 15:42:33 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v65FgXpD072514; Wed, 5 Jul 2017 15:42:33 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <201707051542.v65FgXpD072514@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Wed, 5 Jul 2017 15:42:33 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r320678 - head/etc/root X-SVN-Group: head X-SVN-Commit-Author: trasz X-SVN-Commit-Paths: head/etc/root X-SVN-Commit-Revision: 320678 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2017 15:42:34 -0000 Author: trasz Date: Wed Jul 5 15:42:33 2017 New Revision: 320678 URL: https://svnweb.freebsd.org/changeset/base/320678 Log: Fix typo introduced in r320672 - check for existence of the right file. Reported by: rpokala@ MFC after: 2 weeks Modified: head/etc/root/dot.profile Modified: head/etc/root/dot.profile ============================================================================== --- head/etc/root/dot.profile Wed Jul 5 15:34:06 2017 (r320677) +++ head/etc/root/dot.profile Wed Jul 5 15:42:33 2017 (r320678) @@ -13,4 +13,4 @@ export PAGER if [ -x /usr/bin/resizewin ] ; then /usr/bin/resizewin -z ; fi # Uncomment to display a random cookie on each login. -# if [ -x /usr/bin/resizewin ] ; then /usr/bin/fortune -s ; fi +# if [ -x /usr/bin/fortune ] ; then /usr/bin/fortune -s ; fi