src/util/distro-import/README
changeset 443 5ffa5b7dac9c
parent 415 8df690d0c281
equal deleted inserted replaced
442:01fb28d438b3 443:5ffa5b7dac9c
    75      
    75      
    76   -I path	     add this directory to default search path
    76   -I path	     add this directory to default search path
    77      		     for files included during pkg processing
    77      		     for files included during pkg processing
    78 		     May be used multiple times.
    78 		     May be used multiple times.
    79 
    79 
       
    80   -T pattern	     Any file basenames matching this pattern will inherit
       
    81                      a timestamp attribute from their Svr4 package, and thus
       
    82 		     will be installed w/ the same timestamp as when they
       
    83 		     were packaged.  The pattern uses shell-type matching:
    80 
    84 
    81 
    85 
    82 
    86 		     	  *      matches everything
       
    87 		     	  ?      matches any single character
       
    88 		     	  [seq]  matches any character in seq
       
    89 		     	  [!seq] matches any character not in seq