diff options
author | Clint Armstrong <[email protected]> | 2019-07-30 19:02:19 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-07-30 16:02:19 -0700 |
commit | f489458ad7e7214df455ac00af621e9b4369361d (patch) | |
tree | 29d2eaf83f88d067f0da59e877bf316d1979f9b1 /configure.ac | |
parent | 1ba4f3e7b4e15b2262802909bee50355e439c67e (diff) |
Add channel program for property based snapshots
Channel programs that many users find useful should be included with zfs
in the /contrib directory. This is the first of these contributions. A
channel program to recursively take snapshots of datasets with the
property com.sun:auto-snapshot=true.
Reviewed-by: Kash Pande <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Clint Armstrong <[email protected]>
Closes #8443
Closes #9050
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 0522185e4..973ae307c 100644 --- a/configure.ac +++ b/configure.ac @@ -135,6 +135,7 @@ AC_CONFIG_FILES([ contrib/initramfs/scripts/local-top/Makefile contrib/pyzfs/Makefile contrib/pyzfs/setup.py + contrib/zcp/Makefile module/Makefile module/avl/Makefile module/nvpair/Makefile |