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 10:12:10 UTC 2020

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

Log Message:
Disable amanda-dump-snap by default on all NetBSD versions. FFS snapshots
can cause panics or deadlocks.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 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.15 pkgsrc/sysutils/amanda-common/options.mk:1.16
--- pkgsrc/sysutils/amanda-common/options.mk:1.15       Mon Nov  4 21:28:40 2019
+++ pkgsrc/sysutils/amanda-common/options.mk    Mon Jun  1 10:12:10 2020
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.15 2019/11/04 21:28:40 rillig Exp $
+# $NetBSD: options.mk,v 1.16 2020/06/01 10:12:10 bouyer Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.amanda
 # Common options.
@@ -6,8 +6,7 @@ PKG_SUPPORTED_OPTIONS+= inet6 amanda-bsd
 PKG_SUGGESTED_OPTIONS+=        inet6 amanda-fqdn amanda-ssh
 # Client options.
 PKG_SUPPORTED_OPTIONS+=        amanda-smb amanda-dump-snap
-.if (${OPSYS} != "NetBSD" || \
-    (!empty(OS_VERSION:M[7-9].*)))
+.if ${OPSYS} != "NetBSD" 
 PKG_SUGGESTED_OPTIONS+=        amanda-dump-snap
 .endif
 



Home | Main Index | Thread Index | Old Index