[Xastir] Upgrading Xastir?
BDonnell at ar-northwest.com
BDonnell at ar-northwest.com
Tue Aug 29 21:32:36 EDT 2006
Hi Tate, and all,
What I find handier than using su to put the shell into root access "permanently" is to do the following:
$su -c 'make install'
This will prompt you for the root password, run the command, then exit the root shell level, back to the logged in user shell. I think it's safer that way!
73, Bob, KD7NM
> -----Original Message-----
> From: xastir-bounces at xastir.org [mailto:xastir-bounces at xastir.org]On
> Behalf Of KC7ZRU
> Sent: Tuesday, August 29, 2006 6:24 PM
> To: Xastir at xastir.org
> Subject: Re: [Xastir] Upgrading Xastir?
>
>
> Hasan,
>
> Personally, I use this method...
>
> $cd ~ <enter> [Make sure I'm in my own home directory]
> $cvs -d:pserver:anonymous at xastir.cvs.sourceforge.net:/cvsroot/xastir
> login <enter> [Yes, that's all one line]
> $ cvs -z3
> -d:pserver:anonymous at xastir.cvs.sourceforge.net:/cvsroot/xastir co -P
> xastir <enter> [Another 'one liner']
>
> OK, now you're setup and have the current source tree in ~/xastir
>
> Now you can:
> $cd xastir <enter>
> $./bootstrap.sh <enter>
> $./configure <enter>
> $make <enter>
> $su <enter> [give password for 'root' and <enter>]
> #make install <enter>
>
> Now, in the future, to upgrade, just:
> $cd ~/xastir <enter>
> $cvs update <enter>
> $./configure <enter>
> $make <enter>
> $su <enter> give password for 'root'
> #make install <enter>
>
> If you look in the ~/xastir/scripts directory, there's an
> 'update-xastir' script. On my systems, I've added that to
> root's crontab
> [crontab -u root -e <enter>]so it fires off every night (along with
> fcc-get).
>
> Apologies if this is a repeat - I haven't yet read all the replies.
>
> 73
>
>
> _______________________________________________
> Xastir mailing list
> Xastir at xastir.org
> http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
>
More information about the Xastir
mailing list