git: e9369d5fc923 - main - Correct date in ObsoleteFiles.inc entry
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Mar 2022 01:34:29 UTC
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=e9369d5fc92314a658c5a7be805ffe7494adc708 commit e9369d5fc92314a658c5a7be805ffe7494adc708 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2022-03-19 01:33:10 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2022-03-19 01:33:10 +0000 Correct date in ObsoleteFiles.inc entry Fixes: 92e6b4712b53 ("Retire broken snd_ds1 and ...") --- ObsoleteFiles.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 6daff798a1b3..9afd4ec7e23d 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -52,7 +52,7 @@ # xargs -n1 | sort | uniq -d; # done -# 20200318: snd_ds1 and snd_maestro drivers removed +# 20220318: snd_ds1 and snd_maestro drivers removed OLD_FILES+=usr/share/man/man4/snd_ds1.4.gz OLD_FILES+=usr/share/man/man4/snd_maestro.4.gz