diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-05 06:12:06 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-05 06:12:06 +0000 |
commit | 6ebf98eb29809e4c51d226b8bef8b3986769c719 (patch) | |
tree | 02fb3265824a33495c3407ffd19eae3abff89522 /sysutils | |
parent | 5655aa5fffef88b80b2dbf35959b84901b479ce9 (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/zfs-periodic/Makefile | 1 | ||||
-rw-r--r-- | sysutils/zfs-periodic/pkg-descr | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/zfs-periodic/Makefile b/sysutils/zfs-periodic/Makefile index fdf27d4eddb2..fef573d81b63 100644 --- a/sysutils/zfs-periodic/Makefile +++ b/sysutils/zfs-periodic/Makefile @@ -12,6 +12,7 @@ USE_GITHUB= yes GH_ACCOUNT= ross GH_TAGNAME= 9ffa662 +NO_ARCH= yes NO_BUILD= yes PERIODIC_DIRS= etc/periodic/hourly etc/periodic/daily \ diff --git a/sysutils/zfs-periodic/pkg-descr b/sysutils/zfs-periodic/pkg-descr index 78a15978d40b..1a338e9bc8c0 100644 --- a/sysutils/zfs-periodic/pkg-descr +++ b/sysutils/zfs-periodic/pkg-descr @@ -1,4 +1,4 @@ Scripts that uses the periodic system to create and manage zfs snapshots. Easily configured via /etc/periodic.conf -WWW: http://www.neces.com/blog/technology/integrating-freebsd-zfs-and-periodic-snapshots-and-scrubs +WWW: https://github.com/ross/zfs-periodic |