components/ruby/ruby-19/Solaris/ruby.1.sedscript
branchs11-update
changeset 4579 2e29387ed5ba
parent 3721 a9ac00dbc5d7
equal deleted inserted replaced
4570:60ae9e6df0ca 4579:2e29387ed5ba
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 1i\
    25 1i\
    26 '\\" t\
    26 '\\" t\
    27 \.\\"\
    27 \.\\"\
    28 \.\\" Modified for Solaris to add notes about Ruby installation locations.\
    28 \.\\" Modified for Solaris to add notes about Ruby installation locations.\
    54 For example: /usr/ruby/RUBY_VER/bin/ruby is linked from /usr/bin/ruby19, and \
    54 For example: /usr/ruby/RUBY_VER/bin/ruby is linked from /usr/bin/ruby19, and \
    55 may be linked from /usr/bin/ruby if the package mediator "ruby" is version \
    55 may be linked from /usr/bin/ruby if the package mediator "ruby" is version \
    56 "RUBY_VER" (see pkg(1)). \
    56 "RUBY_VER" (see pkg(1)). \
    57 Also contains executables for any installed gems that have them (i.e.: thin,\
    57 Also contains executables for any installed gems that have them (i.e.: thin,\
    58 rails, etc). \
    58 rails, etc). \
       
    59 .SH NOTES\
       
    60 Ruby 1.9 may be removed in a future update.\
       
    61 Please migrate to a newer version.\
       
    62 .sp\
       
    63 If it is desired to keep the obsolete version of Ruby\
       
    64 then it should be frozen to prevent its removal by a future update.\
       
    65 .sp\
       
    66 .in +2\
       
    67 pkg freeze 'runtime/ruby-19*'\
       
    68 pkg change-facet --no-backup-be 'version-lock.runtime/ruby-19*=False'\
       
    69 .in -2\
       
    70 .sp\
       
    71 Please note that the freezing of packages may yield an unsupportable system so use with caution.\
    59 \.\\" End Oracle update
    72 \.\\" End Oracle update