2004-03-29 07:07:26 -05:00
|
|
|
-*- outline -*-
|
|
|
|
scsh-yp v0.2
|
2003-12-04 04:06:17 -05:00
|
|
|
|
2004-03-29 07:07:26 -05:00
|
|
|
* What is scsh-yp?
|
2003-12-04 04:06:17 -05:00
|
|
|
|
2004-03-29 07:07:26 -05:00
|
|
|
Scsh-yp is a package for scsh, the Scheme shell that provides
|
2003-12-04 04:06:17 -05:00
|
|
|
bindings to the YP/NIS functions. This enables the scsh user to
|
2003-12-04 08:19:26 -05:00
|
|
|
lookup data in a NIS or YP database without calling the
|
|
|
|
corresponding external program (i. e. ypbind, ypmatch etc).
|
2003-12-04 04:06:17 -05:00
|
|
|
|
2004-03-29 07:07:26 -05:00
|
|
|
* How to install
|
2003-12-04 08:19:26 -05:00
|
|
|
|
2004-03-29 07:07:26 -05:00
|
|
|
Scsh 0.6.6 introduced support for a package system, which manages
|
|
|
|
the automatic installation of library code for scsh. This package
|
|
|
|
uses Michel Schinz' package management system to install itself.
|
|
|
|
The package system is ditributed seperatly, so you need to get and
|
2004-04-07 02:00:45 -04:00
|
|
|
install it first.[1] The file INSTALL explains how to use the
|
|
|
|
package installation program. For the impatient, run
|
|
|
|
scsh-install-pkg from the scsh-yp directory:
|
2003-12-04 08:19:26 -05:00
|
|
|
|
2004-03-29 07:07:26 -05:00
|
|
|
scsh-install-pkg --prefix=/usr/local/scsh-modules
|
2003-12-04 08:19:26 -05:00
|
|
|
|
2004-03-29 07:07:26 -05:00
|
|
|
The argument for the prefix option should point to the directory
|
|
|
|
where you your scsh libaries. There is a little amount of C code
|
|
|
|
that will compiled to a shared library. If directory is shared
|
|
|
|
across multiple machines and platforms, each platform gets its own
|
|
|
|
shared library in a seperate directory.
|
2003-12-04 08:19:26 -05:00
|
|
|
|
2004-03-29 07:07:26 -05:00
|
|
|
* How to use
|
2003-12-04 10:45:16 -05:00
|
|
|
|
2004-03-29 07:07:26 -05:00
|
|
|
See doc/scsh-yp.txt
|
2003-12-04 04:06:17 -05:00
|
|
|
|
|
|
|
Footnotes:
|
2004-03-29 07:07:26 -05:00
|
|
|
[1] <http://lamp.epfl.ch/~schinz/scsh_packages/>
|
2003-12-04 04:06:17 -05:00
|
|
|
|