[Bug 254144] missing some directories and files in OptionalObsoleteFiles.inc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Jul 2022 12:24:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254144
joh.hendriks@gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |joh.hendriks@gmail.com
--- Comment #2 from joh.hendriks@gmail.com ---
I see the following when doing a make delete-old on FreeBSD 14
[ /usr/src ] > make delete-old
>>> Removing old files (only deletes safe to delete libs)
>>> Old files removed
>>> Removing old directories
rmdir: /usr/share/sendmail/cf/feature: Directory not empty
rmdir: /usr/share/sendmail/cf: Directory not empty
rmdir: /usr/share/sendmail: Directory not empty
>>> Old directories removed
To remove old libraries run 'make delete-old-libs'.
[root]@[zfstest01.truetest.nl] - main
[ /usr/src ] > ls -al /usr/share/sendmail/cf/feature
total 23
drwxr-xr-x 2 root wheel 5 May 31 10:30 ./
drwxr-xr-x 3 root wheel 3 May 31 10:30 ../
-r--r--r-- 1 root wheel 510 May 5 12:50 blocklist_recipients.m4
-r--r--r-- 1 root wheel 424 May 5 12:50 check_cert_altnames.m4
-r--r--r-- 1 root wheel 395 May 5 12:50 tls_failures.m4
I see these files are added in this patch, can someone patch the file?
--
You are receiving this mail because:
You are the assignee for the bug.