Bug 181581 - missing '
Summary: missing '
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-27 10:10 UTC by m
Modified: 2013-09-18 18:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description m 2013-08-27 10:10:00 UTC
/usr/ports/sysutils/zfs-periodic

       In order to enable periodic snapshots you need
        to add these lines to your /etc/periodic.conf

        hourly_output="root"
        hourly_show_success="NO"
        hourly_show_info="YES"
        hourly_show_badconfig="NO"
        hourly_zfs_snapshot_enable="YES"
        hourly_zfs_snapshot_pools="tank"
        hourly_zfs_snapshot_keep=6
        daily_zfs_snapshot_enable="YES"
        daily_zfs_snapshot_pools="tank"
        daily_zfs_snapshot_keep=7
        weekly_zfs_snapshot_enable="YES"
        weekly_zfs_snapshot_pools="tank"
        weekly_zfs_snapshot_keep=5
        monthly_zfs_snapshot_enable="YES"
        monthly_zfs_scrub_enable="YES"
        monthly_zfs_scrub_pools="tank"
        monthly_zfs_snapshot_pools="tank"
        monthly_zfs_snapshot_keep=2'
                                 ^^^ - missing '
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2013-08-27 23:45:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2013-08-28 21:59:18 UTC
State Changed
From-To: open->feedback

Ask for maintainer fix.
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2013-09-18 17:50:15 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-09-18 17:50:18 UTC
Author: amdmi3
Date: Wed Sep 18 16:50:09 2013
New Revision: 327566
URL: http://svnweb.freebsd.org/changeset/ports/327566

Log:
  Fix typo
  
  PR:		181581
  Submitted by:	m <mn@mail.cn>
  Approved by:	maintainer timeout

Modified:
  head/sysutils/zfs-periodic/pkg-message

Modified: head/sysutils/zfs-periodic/pkg-message
==============================================================================
--- head/sysutils/zfs-periodic/pkg-message	Wed Sep 18 16:01:48 2013	(r327565)
+++ head/sysutils/zfs-periodic/pkg-message	Wed Sep 18 16:50:09 2013	(r327566)
@@ -19,4 +19,4 @@
 	monthly_zfs_scrub_enable="YES"
 	monthly_zfs_scrub_pools="tank"
 	monthly_zfs_snapshot_pools="tank"
-	monthly_zfs_snapshot_keep=2'
+	monthly_zfs_snapshot_keep=2
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"