git: 7592dd55271a - main - ObsoleteFiles: add missing '+'
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 10 Nov 2022 13:05:34 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/src/commit/?id=7592dd55271a3a13d8d4d8680e5e0036bc1695af commit 7592dd55271a3a13d8d4d8680e5e0036bc1695af Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2022-11-10 13:04:54 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2022-11-10 13:04:54 +0000 ObsoleteFiles: add missing '+' Reported by: antoine --- ObsoleteFiles.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index ab764164e1ff..6c65c3d469b1 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -53,8 +53,8 @@ # done # 20221109: remove rc.sendmail(8) -OLD_FILES=etc/rc.sendmail -OLD_FILES=share/man/man8/rc.sendmail.8.gz +OLD_FILES+=etc/rc.sendmail +OLD_FILES+=share/man/man8/rc.sendmail.8.gz # 20221015: update the ithread(9) man page OLD_FILES+=usr/share/man/man9/ithread.9.gz