diff options
author | mjl <mjl> | 2004-11-12 12:13:44 +0000 |
---|---|---|
committer | mjl <mjl> | 2004-11-12 12:13:44 +0000 |
commit | a9f98883438d8ae0d6d22262a91824979bf490e9 (patch) | |
tree | d1f225724e77f6dc963c4d3de1ea6f57cc98e737 /sysutils/amanda-common/Makefile.common | |
parent | 19cbd89df1716b9fce556bd33dfe0f2c1693a250 (diff) | |
download | pkgsrc-a9f98883438d8ae0d6d22262a91824979bf490e9.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-common/Makefile.common')
-rw-r--r-- | sysutils/amanda-common/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/amanda-common/Makefile.common b/sysutils/amanda-common/Makefile.common index 52111c31b51..93b045ad5db 100644 --- a/sysutils/amanda-common/Makefile.common +++ b/sysutils/amanda-common/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.12 2004/05/12 18:45:25 bouyer Exp $ +# $NetBSD: Makefile.common,v 1.13 2004/11/12 12:13:44 mjl Exp $ # # common make file fragment shared by all amanda-* pkgs. # -VERS= 2.4.4p2 +VERS= 2.4.4p4 DISTNAME?= amanda-${VERS} CATEGORIES= sysutils MASTER_SITES?= http://download.sourceforge.net/amanda/ |