diff options
author | mjl <mjl@pkgsrc.org> | 2004-11-12 12:13:44 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2004-11-12 12:13:44 +0000 |
commit | 834bb01177eadc51b02f3f931f83c01d8b4cbbfd (patch) | |
tree | d1f225724e77f6dc963c4d3de1ea6f57cc98e737 /sysutils/amanda | |
parent | 579916c06bf3b14d589bf41405c321f846658790 (diff) | |
download | pkgsrc-834bb01177eadc51b02f3f931f83c01d8b4cbbfd.tar.gz |
Update amanda to 2.4.4p4
Bug fix release and minor improvements:
new chg-iomega changer script.
amanda will not use a tape if it's label is not in the tapelist file.
amflush.c: Don't start a driver if nothing to flush.
amadmin.c: Call check_dumpuser() as soon as posible.
amadmin.c: Don't core dump if DUMPCYLE is too big.
dumper.c: Parse warning message.
Diffstat (limited to 'sysutils/amanda')
-rw-r--r-- | sysutils/amanda/DESCR | 12 | ||||
-rw-r--r-- | sysutils/amanda/Makefile | 4 |
2 files changed, 6 insertions, 10 deletions
diff --git a/sysutils/amanda/DESCR b/sysutils/amanda/DESCR index fb4dae0fdae..5ead5bbac60 100644 --- a/sysutils/amanda/DESCR +++ b/sysutils/amanda/DESCR @@ -1,8 +1,4 @@ -Amanda is a backup system designed to archive many computers on a network to a -single large-capacity tape drive. - -This package does not contain anything by itself -- it is a -"meta-package" that depends on the amanda-client, amanda-server, -and amanda-plot packages. Its purpose is to require dependencies -so users can install this package only and have the complete -Amanda software pulled in by the port/package dependency mechanism. +This is a release of Amanda, the Advanced Maryland Automatic +Network Disk Archiver. Amanda is a backup system designed to +archive many computers on a network to a single large-capacity +tape drive. diff --git a/sysutils/amanda/Makefile b/sysutils/amanda/Makefile index 8259a6cfb00..d44f0cd0db7 100644 --- a/sysutils/amanda/Makefile +++ b/sysutils/amanda/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2004/10/05 17:51:05 seb Exp $ +# $NetBSD: Makefile,v 1.38 2004/11/12 12:13:44 mjl Exp $ # -DISTNAME= amanda-2.4.4p2 +DISTNAME= amanda-2.4.4p4 CATEGORIES= sysutils MASTER_SITES= # empty DISTFILES= # empty |