Opened 16 years ago

Closed 16 years ago

#2653 closed bug (fixed)

Ghost links in Haiku source tree (easy)

Reported by: luroh Owned by: axeld
Priority: normal Milestone: R1
Component: Add-Ons Version: R1/pre-alpha1
Keywords: Cc: andreas.faerber@…
Blocked By: Blocking:
Platform: All

Description

src/add-ons/kernel/file_systems/googlefs/_APP_ src/add-ons/input_server/methods/pen/_APP_ src/add-ons/input_server/methods/t9/_APP_

Some archive programs run into problems when hitting these links.

Change History (4)

comment:1 by andreasf, 16 years ago

Cc: andreas.faerber@… added

grep -r complained about them, too.

comment:2 by plfiorini, 16 years ago

Running this command shows only src/add-ons/kernel/file_systems/googlefs/_APP_:

for i in find . -type l; do [ -e $i ]
echo $i; done

comment:3 by luroh, 16 years ago

One down in hrev27792, one to go.

comment:4 by jackburton, 16 years ago

Resolution: fixed
Status: newclosed

Fixed in hrev27840

Note: See TracTickets for help on using tickets.