home *** CD-ROM | disk | FTP | other *** search
- : use /bin/sh
-
- # opcom configuration script.
- #
- # In the first part of this script the directories and the administration
- # for opcom are defined.
- # Refer to all of these only by the environment variables defined here.
-
- #++
- # AUTHOR(S)
- #
- # C.G.S.M. Braam
- # Eindhoven University of Technology
- # Computing Centre
- # Den Dolech 2, P.O. Box 513, 5600 MB Eindhoven, The Netherlands
- # CREATION DATE
- # Thu Jan 5 11:09:45 MET 1989
- # LAST MODIFICATION
- # Tue Jan 17 13:15:48 MET 1989
- # VERSION/RELEASE
- # 1.3
- #--
-
- # *** System dependent variables ***
-
- OPCOMDIR="/usr/local/lib/opcom"
- COMMANDS="$OPCOMDIR/commands" # command file
- PROFILE="$OPCOMDIR/profile" # profile
-
- # *** End system dependent variables ***
-
- sed 's%XCOMMANDS%'"$COMMANDS"'%g
- s%XPROFILE%'"$PROFILE"'%g' $*
-