Date: Mon, 20 Oct 2025 12:33:38 GMT From: Michael Osipov <michaelo@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: f8c4b9d71a5c - stable/13 - login.conf: Remove never used ignoretime/ignoretime@ Message-ID: <202510201233.59KCXcCL025028@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by michaelo: URL: https://cgit.FreeBSD.org/src/commit/?id=f8c4b9d71a5c241eabbc36737896fae21c10d319 commit f8c4b9d71a5c241eabbc36737896fae21c10d319 Author: Paul Armstrong <freebsd@otoh.org> AuthorDate: 2019-09-06 21:40:01 +0000 Commit: Michael Osipov <michaelo@FreeBSD.org> CommitDate: 2025-10-20 12:33:31 +0000 login.conf: Remove never used ignoretime/ignoretime@ PR: 240378 Reviewed by: otis (mentor), glebius (src committer) MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D52991 (cherry picked from commit 4835fc45efe8b593fa49786ec4bfb6ce5050756c) --- usr.bin/login/login.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/usr.bin/login/login.conf b/usr.bin/login/login.conf index 50a2ba9ffb5e..0e25d200636d 100644 --- a/usr.bin/login/login.conf +++ b/usr.bin/login/login.conf @@ -45,7 +45,6 @@ default:\ :kqueues=unlimited:\ :umtxp=unlimited:\ :priority=0:\ - :ignoretime@:\ :umask=022:\ :charset=UTF-8:\ :lang=C.UTF-8: @@ -148,7 +147,6 @@ russian|Russian Users Accounts:\ # :requirehome:\ # :passwordtime=90d:\ # :umask=002:\ -# :ignoretime@:\ # :tc=default: # # @@ -173,7 +171,6 @@ russian|Russian Users Accounts:\ ## #staff:\ # :ignorenologin:\ -# :ignoretime:\ # :requirehome@:\ # :accounted@:\ # :path=~/bin /bin /sbin /usr/bin /usr/sbin /usr/local/bin /usr/local/sbin:\ @@ -264,7 +261,6 @@ russian|Russian Users Accounts:\ ## - no time accounting, restricted to access via dialin lines ## #site:\ -# :ignoretime:\ # :passwordtime@:\ # :refreshtime@:\ # :refreshperiod@:\
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510201233.59KCXcCL025028>