Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / sysutils / sysupgrade / DESCR
blob74eac4397a91583caf71fb2d24a2daf60b992b3a
1 sysupgrade is a script to automate NetBSD system upgrades.  sysupgrade
2 works by first fetching distribution sets from a specified site or local
3 directory, then by upgrading the system using such distribution sets and
4 later by ensuring that the system configuration is up to date.  All the
5 process is controlled by a configuration file, and the defaults should
6 suit the most common NetBSD upgrades.
8 sysupgrade can be used to perform upgrades across different system major
9 and/or minor versions, and it can also be used to track a stable or
10 development branch from the CVS repository.
12 sysbuild is the perfect companion to sysupgrade in those cases where you
13 want to roll your own binaries: both utilities share a very similar
14 command-line and configuration interface, and the default configuration
15 files provide examples on how to integrate one with the other.