Info for bsd_rcs.sh

   This is only used for OpenBSD.

   This utility can be executed to setup GNU Emacs to
   use RCS.  The RCS package that comes with OpenBSD has
   issues with Emacs.

   The recommendation is to use package "grcs-5.9.4p4".
   That is the package name for OpenBSD 7.5, you can
   execute "pkg_info -Q grcs" to find the current
   package name.

   Once package "grcs-5.9.4p4" is installed all you need
   to do is execute this script as the user that will be
   executing Emacs.

   The default is to create links in Directory "~/bin"
   for Emacs to use.  It is expected ~/bin is the first
   directory in your path.  Also, you will also need to
   set your PATH variable in ~/.xsession if you use X11.

   You can modify the set of variable "g_dir" to change
   the target directory.

   These are the objects that will be linked into ~/bin:
       /usr/local/bin/gci
       /usr/local/bin/gco
       /usr/local/bin/gident
       /usr/local/bin/gmerge
       /usr/local/bin/grcs
       /usr/local/bin/grcsclean
       /usr/local/bin/grcsdiff
       /usr/local/bin/grcsmerge
       /usr/local/bin/grlog


$Id: bsd_rcs.txt,v 1.1 2024/10/13 14:23:37 jmccue Exp $