Remove leading slash from OLD_DIRS assignment in ObsoleteFiles.inc. The

"make delete-old" mechanism will already take care of such prefixes, and
this prevents a double leading slash from being displayed.
This commit is contained in:
Dimitry Andric 2019-01-18 20:35:24 +00:00
parent c075542050
commit a91429a2be
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=343154

View file

@ -828,7 +828,7 @@ OLD_FILES+=tests/sys/geom/class/eli/integrity_hmac_test.sh
OLD_FILES+=tests/sys/geom/class/eli/onetime_a_test.sh
OLD_FILES+=tests/sys/geom/class/eli/onetime_d_test.sh
# 20171230: Remove /etc/skel from mtree
OLD_DIRS+=/etc/skel
OLD_DIRS+=etc/skel
# 20171208: Remove basename_r(3)
OLD_FILES+=usr/share/man/man3/basename_r.3.gz
# 20171204: Move fdformat man page from volume 1 to volume 8.