File: UPGRADE

package info (click to toggle)
xastir 2.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,284 kB
  • sloc: ansic: 119,926; perl: 7,810; sh: 1,309; makefile: 392; sql: 102
file content (94 lines) | stat: -rw-r--r-- 3,794 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94

Previous Install Notes:
-----------------------
     Backup all previous installed data!

  Xastir 0.1.0 users (if there are any of you still around!):

     For Xastir version 0.1.0 and below there are new file locations:
     All map data, TNC config data, and support files now go under the
     /usr/local/xastir directory. All personal config data, logs, etc are
     user the (user home dir)/.xastir directory (which will be created after
     xastir starts). You can copy (after your first xastir startup) your
     xastir.cnf file to your (user home dir)/.xastir/config directory. MAKE
     SURE YOU DELETE all lines referencing Files! Xastir may not run properly
     if you don't!

     If you have Xastir version 0.1.1 then your files are in the right place,
     just follow the typical build instructions.

  Xastir 0.2.0 users:

     Xastir 0.2.0 and newer have new device controls so you will need to
     setup your devices again with 0.2.0.
     Look at File->Configure->Interfaces and File->Configure->Defaults

  Xastir 0.3.x, 0.9.x, 1.0.x, 1.1.0:

     Versions above 1.1 drop privileges if they are run as root. If any of the
     Xastir files are owned by root, on only readable by root, they will cause
     problems. Fix these files by "chmod 644 filename" where filename is the
     problem file.

  Xastir 1.2.1 or later Git:

     On or about July 3rd, 2003, the locations of the Xastir system directories
     were changed.  Existing users must go through this procedure in order to
     convert to the new directory structure.  Note that if you've installed
     Xastir from RPM's or other packages, the migration scripts
     (xastir-migrate.sh and xastir-fixcfg.sh) may not work properly for you.
     These scripts are designed to move Xastir's system directories only from
     /usr/local/xastir to the new locations.  If your Xastir files are
     installed elsewhere (/usr/share/xastir, /usr/lib/xastir, /usr/bin), you
     may need to perform the alternate procedure listed below under ALTERNATE.

        cd src/Xastir
        git pull
        ./bootstrap.sh
        mkdir -p build
        cd build
        ../configure
        make
        Shut down any running Xastir instances
        cd scripts
        su
        ./xastir-migrate.sh (this will move the Xastir system directories)
        make install (or make install-strip)
        chmod 4555 /usr/local/bin/xastir (only if required)
        exit (from root)
        ./xastir-fixcfg.sh (run this for each user that has ever run Xastir)


     ALTERNATE PROCEDURE (see note above):

        Remove the installed Xastir using the system tools for doing so (apt,
        rpm, etc).  You'll probably wish to keep your maps directories and
        your ~/.xastir/config/xastir.cnf files.  Make sure to delete any
        "callpass" or "xastir" binaries as well.

        Remove your ~/.xastir directory, subdirectories, and all contents
        (remember to save your xastir.cnf file if some of the settings are
        important to you).

        Move your maps directory to "/usr/local/share/xastir/maps"

        Configure/compile/install the new Xastir.

        When you start up the new Xastir, it will create a new xastir.cnf file
        with the proper directory paths defined in order to find the maps.
        
     After you start the new Xastir, you'll need to re-index all maps.  The
     Xastir binary should be in /usr/local/bin/xastir if you installed from
     sources.  Xastir files are now installed in:

        /usr/local/bin/
        /usr/local/lib/xastir/
        /usr/local/man/
        /usr/local/share/xastir/*
 
        
 
  ------------------------------------------------------------------------
Copyright (C) 1999 Frank Giannandrea
Copyright (C) 2000-2023 The Xastir Group