diff options
| author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-04-12 20:30:08 +0000 |
|---|---|---|
| committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-04-12 20:30:08 +0000 |
| commit | b0d8ed94fe9e74afb49fdf5f11e4add29879c65c (patch) | |
| tree | b20167235628771046e940a82a906a6d0991ee4a /packaging/utils/prepcand | |
| parent | ea939d07c84d2a8e51215458063fc05e9c399290 (diff) | |
| download | vyos-strongswan-b0d8ed94fe9e74afb49fdf5f11e4add29879c65c.tar.gz vyos-strongswan-b0d8ed94fe9e74afb49fdf5f11e4add29879c65c.zip | |
[svn-upgrade] Integrating new upstream version, strongswan (4.1.1)
Diffstat (limited to 'packaging/utils/prepcand')
| -rwxr-xr-x | packaging/utils/prepcand | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/packaging/utils/prepcand b/packaging/utils/prepcand deleted file mode 100755 index 31c382501..000000000 --- a/packaging/utils/prepcand +++ /dev/null @@ -1,33 +0,0 @@ -#! /bin/sh -# prepcand m.nn -# prepare candidate for building, must be done in top working dir - -PATH=/bin:/usr/bin -export PATH -umask 022 - -case "$#:$1" in -1:*.*) ;; -*) echo "Usage: $0 release" >&2 ; exit ;; -esac - -rel="$1" -tag="PRE`echo $rel | tr '.' '_'`" - -# update from snapshot form to candidate/release form, if necessary -if egrep -q -e '^---$' README -then - sed '1,/^---$/d' README | sed '1s/This is release xxx of Linux FreeS\/WAN/This is release '$rel' of Linux FreeS\/WAN/' > README.$$ - mv README.$$ README - cvs -Q commit -m "update for candidates of release $rel" README -fi - -if sed -n 1p CHANGES | egrep -q 'since last release' -then - sed '1s/since last release/in '$rel'/' CHANGES >CHANGES.$$ - mv CHANGES.$$ CHANGES - cvs -Q commit -m "update for candidates of release $rel" CHANGES -fi - -echo "IPSECVERSION=$rel" >Makefile.ver -cvs -Q commit -m "update for candidate of release $rel" Makefile |
