commit ee5088940accacd6a24390ee45af2d0273fa0100
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/ee5088940accacd6a24390ee45af2d0273fa0100
--
DragonFly BSD source repository