diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-04-12 20:41:31 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-04-12 20:41:31 +0000 |
commit | 774a362e87feab25f1be16fbca08269ddc7121a4 (patch) | |
tree | cf71f4e7466468ac3edc2127125f333224a9acfb /packaging/utils/setup | |
parent | c54a140a445bfe7aa66721f68bb0781f26add91c (diff) | |
download | vyos-strongswan-774a362e87feab25f1be16fbca08269ddc7121a4.tar.gz vyos-strongswan-774a362e87feab25f1be16fbca08269ddc7121a4.zip |
Major new upstream release, just ran svn-upgrade for now (and wrote some
debian/changelong entries).
Diffstat (limited to 'packaging/utils/setup')
-rwxr-xr-x | packaging/utils/setup | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/packaging/utils/setup b/packaging/utils/setup deleted file mode 100755 index 5d250bb37..000000000 --- a/packaging/utils/setup +++ /dev/null @@ -1,9 +0,0 @@ -# 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 |