components/ruby/ruby-19/Solaris/ruby.1.sedscript
branchs11-update
changeset 2813 db0bfa0fa498
child 1851 2adf57930fd6
child 4619 ca1d23775800
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ruby/ruby-19/Solaris/ruby.1.sedscript	Wed Nov 06 14:12:13 2013 -0800
@@ -0,0 +1,59 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
+#
+1i\
+'\\" t\
+\.\\"\
+\.\\" Modified for Solaris to add notes about Ruby installation locations.\
+\.\\"\ 
+$a\
+\.\\" Begin Oracle update\
+.SH FILES\
+The following files specify the installation locations for Ruby: \
+.PP\
+.TP\
+/usr/ruby/RUBY_VER/lib/MACH64/ruby/gems/RUBY_LIB_VER \
+Contains the Rubygems repository. Configure the GEM_HOME environment variable \
+to point to /usr/ruby/RUBY_VER/lib/MACH64/ruby/gems/RUBY_LIB_VER as the installation of Rubygems repository.\
+.PP\
+.TP\
+~/.gem/ruby/RUBY_LIB_VER \
+Per user location for gems, when installing with the gem install option \
+--user-install (gem install --user-install ... ).  This path is \
+automatically added to GEM_PATH.\
+.PP\
+.TP\
+~/.gem/ruby/RUBY_LIB_VER/bin\
+Per user location for gem executables.\
+.PP\
+.TP\
+/usr/ruby/RUBY_VER/bin \
+Contains  the  Ruby  executable  as well as other utility programs, and \
+Rubygems programs. These programs are linked from /usr/bin.\
+For example: /usr/ruby/RUBY_VER/bin/ruby is linked from /usr/bin/ruby19, and \
+may be linked from /usr/bin/ruby if the package mediator "ruby" is version \
+"RUBY_VER" (see pkg(1)). \
+Also contains executables for any installed gems that have them (i.e.: thin,\
+rails, etc). \
+\.\\" End Oracle update