Date: Mon, 27 Jul 2020 11:33:29 +0200 (CEST) From: Ronald Klop <ronald-lists@klop.ws> To: Kyle Evans <kevans@FreeBSD.org> Cc: svn-src-all@freebsd.org, svn-src-head@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r363595 - head/sys/kern Message-ID: <2138073301.3.1595842409922@localhost> In-Reply-To: <202007270313.06R3DN0c063936@repo.freebsd.org> References: <202007270313.06R3DN0c063936@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, Helpful addition. Might it help people more to make the message point to the replacement of the deprecated functionality? Regards, Ronald. Van: Kyle Evans <kevans@FreeBSD.org> Datum: maandag, 27 juli 2020 05:13 Aan: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Onderwerp: svn commit: r363595 - head/sys/kern > > Author: kevans > Date: Mon Jul 27 03:13:23 2020 > New Revision: 363595 > URL: https://svnweb.freebsd.org/changeset/base/363595 > > Log: > makesyscalls.sh: spit out a deprecation notice to stderr > > This has for a while been replaced by makesyscalls.lua in the stock FreeBSD > build. Ensure downstreams get some notice that it'a going away if they're > reliant on it, maybe. > > Modified: > head/sys/kern/makesyscalls.sh > > Modified: head/sys/kern/makesyscalls.sh > ============================================================================== > --- head/sys/kern/makesyscalls.sh Mon Jul 27 01:53:27 2020 (r363594) > +++ head/sys/kern/makesyscalls.sh Mon Jul 27 03:13:23 2020 (r363595) > @@ -60,6 +60,8 @@ case $# in > ;; > esac > > +1>&2 echo "$0: This script is deprecated and will be removed before FreeBSD 13." > + > if [ -n "$2" ]; then > . "$2" > fi > _______________________________________________ > svn-src-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-src-all > To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" > > > From owner-svn-src-all@freebsd.org Mon Jul 27 10:45:47 2020 Return-Path: <owner-svn-src-all@freebsd.org> Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E868C37DD43; Mon, 27 Jul 2020 10:45:47 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BFc0W5sDPz4nPJ; Mon, 27 Jul 2020 10:45:47 +0000 (UTC) (envelope-from 0mp@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A895C1CA04; Mon, 27 Jul 2020 10:45:47 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06RAjlGS039880; Mon, 27 Jul 2020 10:45:47 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06RAjlfP039879; Mon, 27 Jul 2020 10:45:47 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <202007271045.06RAjlfP039879@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Mon, 27 Jul 2020 10:45:47 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r363598 - head/usr.sbin/nologin X-SVN-Group: head X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: head/usr.sbin/nologin X-SVN-Commit-Revision: 363598 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" <svn-src-all.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-src-all>, <mailto:svn-src-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-src-all/> List-Post: <mailto:svn-src-all@freebsd.org> List-Help: <mailto:svn-src-all-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-src-all>, <mailto:svn-src-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 27 Jul 2020 10:45:48 -0000 Author: 0mp (doc,ports committer) Date: Mon Jul 27 10:45:47 2020 New Revision: 363598 URL: https://svnweb.freebsd.org/changeset/base/363598 Log: nologin.8: Improve wording Reported by: yuripv Reviewed by: bcr, yuripv MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D25814 Modified: head/usr.sbin/nologin/nologin.8 Modified: head/usr.sbin/nologin/nologin.8 ============================================================================== --- head/usr.sbin/nologin/nologin.8 Mon Jul 27 09:10:02 2020 (r363597) +++ head/usr.sbin/nologin/nologin.8 Mon Jul 27 10:45:47 2020 (r363598) @@ -44,7 +44,7 @@ have been disabled. .Pp When executed, .Nm -first writes about the login attempt to +first logs about the login attempt using .Xr syslog 3 and then displays a message that an account is not available. .Pp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2138073301.3.1595842409922>