Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jul 2022 18:02:32 +0200
From:      Johan Hendriks <joh.hendriks@gmail.com>
To:        freebsd-hackers@freebsd.org
Subject:   OptionalObsoleteFiles.inc updates
Message-ID:  <9fdf5603-2468-eeb5-5549-9f8ab35de98e@gmail.com>

next in thread | raw e-mail | index | archive | help
When running make-delete-old on 14-Current i noticed the following:

[ /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


If we do a list of that directory we still see some files.

[ /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 did see an old bug report that already noticed this and some other files.

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254144

Can this file be patched?

regards
Johan Hendriks




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9fdf5603-2468-eeb5-5549-9f8ab35de98e>