components/ksh93/ksh93.p5m
changeset 4345 28e38d602d09
parent 4305 90493abe0c5c
child 5129 5431772f7235
equal deleted inserted replaced
4344:071eb292dd02 4345:28e38d602d09
    22 #
    22 #
    23 
    23 
    24 # The man pages are all at the top of a "files" directory; setting the hash to
    24 # The man pages are all at the top of a "files" directory; setting the hash to
    25 # point to the files therein.
    25 # point to the files therein.
    26 <transform file path=usr/share/man/man.+/(.+)$ -> set action.hash %<1> >
    26 <transform file path=usr/share/man/man.+/(.+)$ -> set action.hash %<1> >
       
    27 <transform file path=usr/share/man/man1/ksh.1$ -> set action.hash src/cmd/ksh93/sh.1>
    27 # Bypassing the mangler for these files because they are pre-Solarified.
    28 # Bypassing the mangler for these files because they are pre-Solarified.
    28 <transform file path=usr/share/man/.+$ -> add mangler.bypass true >
    29 <transform file path=usr/share/man/.+$ -> add mangler.bypass true >
    29 set name=pkg.fmri \
    30 set name=pkg.fmri \
    30     value=pkg:/shell/ksh93@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    31     value=pkg:/shell/ksh93@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    31 set name=pkg.summary value="Ksh93 - The AT&T Korn Shell"
    32 set name=pkg.summary value="Ksh93 - The AT&T Korn Shell"
    98 file rksh.1.ja_JP.UTF-8 path=usr/share/man/ja_JP.UTF-8/man1/rksh.1
    99 file rksh.1.ja_JP.UTF-8 path=usr/share/man/ja_JP.UTF-8/man1/rksh.1
    99 file sh.1.ja_JP.UTF-8 path=usr/share/man/ja_JP.UTF-8/man1/sh.1
   100 file sh.1.ja_JP.UTF-8 path=usr/share/man/ja_JP.UTF-8/man1/sh.1
   100 file shcomp.1.ja_JP.UTF-8 path=usr/share/man/ja_JP.UTF-8/man1/shcomp.1
   101 file shcomp.1.ja_JP.UTF-8 path=usr/share/man/ja_JP.UTF-8/man1/shcomp.1
   101 file path=usr/share/man/man1/alias.1
   102 file path=usr/share/man/man1/alias.1
   102 file path=usr/share/man/man1/jsh.1
   103 file path=usr/share/man/man1/jsh.1
   103 file path=usr/share/man/man1/ksh.1
   104 file src/cmd/ksh93/sh.1 path=usr/share/man/man1/ksh.1
   104 file path=usr/share/man/man1/ksh93.1
   105 file path=usr/share/man/man1/ksh93.1
   105 file path=usr/share/man/man1/rksh.1
   106 file path=usr/share/man/man1/rksh.1
   106 file path=usr/share/man/man1/sh.1
   107 file path=usr/share/man/man1/sh.1
   107 file path=usr/share/man/man1/shcomp.1
   108 file path=usr/share/man/man1/shcomp.1
   108 file ksh.1.zh_CN.UTF-8 path=usr/share/man/zh_CN.UTF-8/man1/ksh.1
   109 file ksh.1.zh_CN.UTF-8 path=usr/share/man/zh_CN.UTF-8/man1/ksh.1