Changes between Version 3 and Version 4 of jdk


Ignore:
Timestamp:
05/19/2008 06:03:59 AM (15 years ago)
Author:
DJ Lucas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jdk

    v3 v4  
    1919}}}
    2020
     21'''If you use a timestamp based packager (install-log)'''
     22
     23If you are using a package manager that logs installations such as install-log, you will need to touch each file after installation.  Use the following commands:
     24
     25{{{
     26for file in `find /opt/jdk/ -type f`
     27do
     28   touch $file
     29done
     30}}}
    2131
    2232[wiki:Programming Up][[br]]