diff options
Diffstat (limited to 'packaging/utils/setup')
-rwxr-xr-x | packaging/utils/setup | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packaging/utils/setup b/packaging/utils/setup new file mode 100755 index 000000000..5d250bb37 --- /dev/null +++ b/packaging/utils/setup @@ -0,0 +1,9 @@ +# shell file setting up environment for freeswan CVS access +# This is here, rather than in .profiles, because Henry has local access +# and doesn't want to duplicate this stuff. + +PATH=$PATH:/sandel/bin export PATH +CVSROOT=/freeswan/MASTER +CVSUMASK=002 + +export CVSROOT CVSUMASK |