mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 06:00:30 -04:00
- define LICENSE - simplify handling of USERS and GROUPS - reorder make variables in accordance with policy - regenerate patches - harden amstatus against task death Changelog: https://www.zmanda.com/amanda-community/?ss360SearchTerm=3.5.1 PR: 264714 Approved by: fbsd@dylanleigh.net (maintainer timeout)
11 lines
408 B
C
11 lines
408 B
C
--- client-src/sendbackup-dump.c.orig 2017-12-01 13:26:32 UTC
|
|
+++ client-src/sendbackup-dump.c
|
|
@@ -428,7 +428,7 @@ char *progname;
|
|
#endif
|
|
|
|
#ifdef __FreeBSD__
|
|
-# if defined(__FreeBSD_version) && (__FreeBSD_version >= 500043)
|
|
+# if defined(__FreeBSD_version) && (__FreeBSD_version >= 500043) && !defined(FreeBSD_NO_SNAPSHOT_DUMP)
|
|
# define FREEBSD_EXTRA_KEYS "bL"
|
|
# else
|
|
# define FREEBSD_EXTRA_KEYS "b"
|