CVS log for ports/java/jdk12/scripts/Attic/check_wrkdir_links.sh
Up to [FreeBSD] / ports / java / jdk12 / scripts
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.2
Wed Dec 12 03:13:43 2007 UTC (4 years, 2 months ago) by linimon
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.1: +1 -1 lines
Remove obsolete JDK versions 1.1 and 1.2, and the ports depending on them.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Aug 23 15:17:29 2003 UTC (8 years, 5 months ago) by glewis
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_EOL, RELEASE_4_9_0, RELEASE_4_11_0, RELEASE_4_10_0, PRE_XORG_7
. Add a script which checks if ${LINUX_BASE}/${WRKDIRPREFIX} is
(possibly indirectly) a symbolic link to ${WRKDIRPREFIX}.
. Use this script in preference to the direct symbolic link check
previously used, as it handles indirections which cause the same
problem.
. /compat/linux -> ${LINUXBASE} in the message output if the check
detects a link.
PR: 43602
