pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/amanda-common



Module Name:    pkgsrc
Committed By:   bouyer
Date:           Mon Jun  1 11:45:38 UTC 2020

Modified Files:
        pkgsrc/sysutils/amanda-common: options.mk

Log Message:
Mention PR kern/55279, requested by Greg Troxel


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/amanda-common/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/amanda-common/options.mk
diff -u pkgsrc/sysutils/amanda-common/options.mk:1.16 pkgsrc/sysutils/amanda-common/options.mk:1.17
--- pkgsrc/sysutils/amanda-common/options.mk:1.16       Mon Jun  1 10:12:10 2020
+++ pkgsrc/sysutils/amanda-common/options.mk    Mon Jun  1 11:45:38 2020
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.16 2020/06/01 10:12:10 bouyer Exp $
+# $NetBSD: options.mk,v 1.17 2020/06/01 11:45:38 bouyer Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.amanda
 # Common options.
@@ -6,6 +6,9 @@ PKG_SUPPORTED_OPTIONS+= inet6 amanda-bsd
 PKG_SUGGESTED_OPTIONS+=        inet6 amanda-fqdn amanda-ssh
 # Client options.
 PKG_SUPPORTED_OPTIONS+=        amanda-smb amanda-dump-snap
+
+# don't enable on NetBSD - FFS snapshots are instable.
+# PR kern/55279, and I've also seen deadlocks on 9.0_STABLE
 .if ${OPSYS} != "NetBSD" 
 PKG_SUGGESTED_OPTIONS+=        amanda-dump-snap
 .endif



Home | Main Index | Thread Index | Old Index