commit fbad3fd2776fbb85c1718b589ddef6fdddcae0ea
Author: Sascha Wildner <[email protected]>
Date: Fri Oct 22 12:21:48 2010 +0200
make upgrade: Remove orphan symbolic links as well.
test -e will try to follow symbolic links. If the target was removed
already it will return false.
Fix this by checking for symbolic links, too.
Summary of changes:
etc/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/fbad3fd2776fbb85c1718b589ddef6fdddcae0ea
--
DragonFly BSD source repository