From: drowe67 Date: Sat, 16 Jan 2010 08:07:09 +0000 (+0000) Subject: renamed to update_revision X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=013e4126f1417752936b7a76e400f7ad81ffc803;p=freetel-svn-tracking.git renamed to update_revision git-svn-id: https://svn.code.sf.net/p/freetel/code@126 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/easy-asterisk-gui/cgi-bin/about.sh b/easy-asterisk-gui/cgi-bin/about.sh index 2d804ec7..82ea416b 100644 --- a/easy-asterisk-gui/cgi-bin/about.sh +++ b/easy-asterisk-gui/cgi-bin/about.sh @@ -40,7 +40,7 @@ cat <

About

EOF -echo ' Easy Asterisk Revision: 122 ' +echo ' Easy Asterisk Revision: 124 ' echo '  ' echo ' Brought to you by the Free Telephony Project' echo ' ' diff --git a/easy-asterisk-gui/update_revision.sh b/easy-asterisk-gui/update_revision.sh new file mode 100755 index 00000000..19dbf748 --- /dev/null +++ b/easy-asterisk-gui/update_revision.sh @@ -0,0 +1,8 @@ +#!/bin/sh -x +# update_revision.sh +# +# Sets correct Revision number in the about screen. Good idea to +# run this before installing + +ver=`svn info | grep Revision` +sed -i "s/Revision: [0-9]*/$ver/" cgi-bin/about.sh diff --git a/easy-asterisk-gui/update_version.sh b/easy-asterisk-gui/update_version.sh deleted file mode 100644 index a3ddab9a..00000000 --- a/easy-asterisk-gui/update_version.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# update_revision.sh -# -# Sets correct Revision number in the about screen. Good idea to -# run this before installing - -ver=`svn info | grep Revision` -sed -i "s/Revision: ([0-9]*)/$ver/" $(EASY_SITE)/cgi-bin/about.sh