? It would be a lot easier from the root prompt to just type astupd.sh and watch the macvhine do the rest. Brian - KB3ORS #27321 -----Original Message----- From: app_rpt-users-request@qrvc.com Sent: Thursday, November 11, 2010 12:00 PM To: app_rpt-users@qrvc.com Subject: App_rpt-users Digest, Vol 21, Issue 14 Send App_rpt-users mailing list submissions to app_rpt-users@qrvc.com To subscribe or unsubscribe via the World Wide Web, visit http://qrvc.com/mailman/listinfo/app_rpt-users or, via email, send a message with subject or body 'help' to app_rpt-users-request@qrvc.com You can reach the person managing the list at app_rpt-users-owner@qrvc.com When replying, please edit your Subject line so it is more specific than "Re: Contents of App_rpt-users digest..." Today's Topics: 1. missing astupd.sh? (Brett Johnson) 2. Re: missing astupd.sh? (Tony KT9AC) 3. Re: missing astupd.sh? (Brett Johnson) 4. Re: missing astupd.sh? (Tony KT9AC) 5. Re: missing astupd.sh? (Ken) 6. Re: missing astupd.sh? (Brett Johnson) ---------------------------------------------------------------------- Message: 1 Date: Wed, 10 Nov 2010 13:51:24 -0600 From: "Brett Johnson" <k9by@arrl.net> Subject: [App_rpt-users] missing astupd.sh? To: app_rpt-users@qrvc.com Message-ID: <3868ddcfb1c7567224dc0aeb11f35b66.squirrel@snowball2.blzj.com> Content-Type: text/plain;charset=iso-8859-1 Hi, I recently installed apt_rpt for the first time using the ACID distro. I have been reviewing the documentation and I see there should be a script called astupd.sh that will update the asterisk source code. I can't seem to find this script on the system. Am I missing something? I'm assuming it is a good idea to update asterisk after the initial install. -- 73 K9BY Brett Johnson ------------------------------ Message: 2 Date: Wed, 10 Nov 2010 14:30:14 -0600 From: Tony KT9AC <kt9ac@ameritech.net> Subject: Re: [App_rpt-users] missing astupd.sh? To: app_rpt-users@qrvc.com Message-ID: <4CDB00D6.7080709@ameritech.net> Content-Type: text/plain; charset="iso-8859-1" Brett, I too just installed a new server from the ACID distro, and it reported 0.257 when asked (I'm going to update tonight). The current on SVN is 0.273; here are the instructions: Upgrading Asterisk to latest (SVN) version : cd /usr/src rm -rf astsrc (or move it out of the way to be safe) wget http://x.allstarlink.org/svn-trunk.tar.gz -O- | tar xzv mv trunk astsrc cd astsrc make upgrade-acid You can also just leave the files on /usr/src/trunk/ since that was the way I always have done it in the past. I never used the update script myself. Tony On 11/10/2010 01:51 PM, Brett Johnson wrote:
Hi,
I recently installed apt_rpt for the first time using the ACID distro. I have been reviewing the documentation and I see there should be a script called astupd.sh that will update the asterisk source code. I can't seem to find this script on the system. Am I missing something? I'm assuming it is a good idea to update asterisk after the initial install.