summaryrefslogtreecommitdiff
path: root/packaging/utils/setup
diff options
context:
space:
mode:
authorRene Mayrhofer <rene@mayrhofer.eu.org>2007-04-12 20:41:31 +0000
committerRene Mayrhofer <rene@mayrhofer.eu.org>2007-04-12 20:41:31 +0000
commit774a362e87feab25f1be16fbca08269ddc7121a4 (patch)
treecf71f4e7466468ac3edc2127125f333224a9acfb /packaging/utils/setup
parentc54a140a445bfe7aa66721f68bb0781f26add91c (diff)
downloadvyos-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-xpackaging/utils/setup9
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