File: setup

package info (click to toggle)
postilion 0.9.2-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 12,200 kB
  • ctags: 6,009
  • sloc: ansic: 66,879; tcl: 12,863; makefile: 1,054; sh: 242
file content (16 lines) | stat: -rwxr-xr-x 715 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
##############################################################################
# This script initializes the postilion environment variables for development
# use.
#    LIBDIR	 - The location of the tcl and exec files
#    EXEC	 - the name of the exec-file (relative to LIBDIR)
#    COMPRESS	 - The name of the compress program
#    CSUFFIX	 - Suffix of compressed files
#    CONFIG_FILE - Name of the global config file
#    PGP	 - Name of pgp program or empty string if none
##############################################################################
setenv LIBDIR	`pwd`/../postilion
setenv EXEC	`pwd`/../lib/postilion.exec
setenv COMPRESS	gzip
setenv CSUFFIX	gz
setenv CONFIG_DIR .
setenv PGP	/usr/pd/bin/pgp