--- make-etc-links.sh-0.6 2002-09-12 10:08:17.000000000 -0400 +++ make-etc-links.sh 2002-09-12 13:05:02.000000000 -0400 @@ -25,7 +25,7 @@ fi for FILE in $FILES do - if [ ! -e "/etc/$FILE" ] + if [ ! -e "/etc/$FILE" -a ! -L "/etc/$FILE" ] then # Windows only uses the first 8 characters WFILE=`expr substr "$FILE" 1 8`