Bug 167980

Summary: [PATCH] share/man: periodic.conf.5: Document daily_status_security_chkportsum_enable
Product: Documentation Reporter: Bryan Drewery <bryan>
Component: Books & ArticlesAssignee: Eitan Adler <eadler>
Status: Closed FIXED    
Severity: Affects Only Me CC: eadler
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch-periodic.conf.5.txt none

Description Bryan Drewery 2012-05-16 21:30:01 UTC
	daily_status_security_chkportsum_enable is not documented in periodic.conf.5.
	Reported by: rank1seeker@gmail.com on freebsd-hackers
Comment 1 Eitan Adler freebsd_committer freebsd_triage 2012-05-16 23:33:38 UTC
Responsible Changed
From-To: freebsd-doc->eadler

I'll take it.
Comment 2 Eitan Adler freebsd_committer freebsd_triage 2012-05-16 23:41:04 UTC
State Changed
From-To: open->analyzed

awaiting approval
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-05-30 05:14:52 UTC
Author: eadler
Date: Wed May 30 04:14:38 2012
New Revision: 236290
URL: http://svn.freebsd.org/changeset/base/236290

Log:
  Document daily_status_security_chkportsum_enable
  
  PR:		docs/167980
  Submitted by:	"Bryan Drewery" <bryan@shatow.net>
  Reported by:	rank1seeker@gmail.com
  Approved by:	cperciva
  MFC after:	2 weeks

Modified:
  head/share/man/man5/periodic.conf.5

Modified: head/share/man/man5/periodic.conf.5
==============================================================================
--- head/share/man/man5/periodic.conf.5	Wed May 30 04:08:29 2012	(r236289)
+++ head/share/man/man5/periodic.conf.5	Wed May 30 04:14:38 2012	(r236290)
@@ -504,6 +504,12 @@ Set to
 .Dq Li YES
 to compare the modes and modification times of setuid executables with
 the previous day's values.
+.It Va daily_status_security_chkportsum_enable
+.Pq Vt bool
+Set to
+.Dq Li YES
+to verify checksums of all installed packages against the known checksums in
+.Pa /var/db/pkg .
 .It Va daily_status_security_neggrpperm_enable
 .Pq Vt bool
 Set to
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 4 Eitan Adler freebsd_committer freebsd_triage 2012-05-30 05:20:36 UTC
State Changed
From-To: analyzed->patched

committed, awaiting MFC
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-06-13 04:19:08 UTC
Author: eadler
Date: Wed Jun 13 03:18:47 2012
New Revision: 236979
URL: http://svn.freebsd.org/changeset/base/236979

Log:
  MFC r236290:
  	Document daily_status_security_chkportsum_enable
  
  PR:		docs/167980
  Approved by:	cperciva (implicit)

Modified:
  stable/9/share/man/man5/periodic.conf.5
Directory Properties:
  stable/9/share/man/man5/   (props changed)

Modified: stable/9/share/man/man5/periodic.conf.5
==============================================================================
--- stable/9/share/man/man5/periodic.conf.5	Wed Jun 13 00:12:47 2012	(r236978)
+++ stable/9/share/man/man5/periodic.conf.5	Wed Jun 13 03:18:47 2012	(r236979)
@@ -504,6 +504,12 @@ Set to
 .Dq Li YES
 to compare the modes and modification times of setuid executables with
 the previous day's values.
+.It Va daily_status_security_chkportsum_enable
+.Pq Vt bool
+Set to
+.Dq Li YES
+to verify checksums of all installed packages against the known checksums in
+.Pa /var/db/pkg .
 .It Va daily_status_security_neggrpperm_enable
 .Pq Vt bool
 Set to
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 6 dfilter service freebsd_committer freebsd_triage 2012-06-13 04:19:19 UTC
Author: eadler
Date: Wed Jun 13 03:19:11 2012
New Revision: 236980
URL: http://svn.freebsd.org/changeset/base/236980

Log:
  MFC r236290:
  	Document daily_status_security_chkportsum_enable
  
  PR:		docs/167980
  Approved by:	cperciva (implicit)

Modified:
  stable/8/share/man/man5/periodic.conf.5
Directory Properties:
  stable/8/share/man/man5/   (props changed)

Modified: stable/8/share/man/man5/periodic.conf.5
==============================================================================
--- stable/8/share/man/man5/periodic.conf.5	Wed Jun 13 03:18:47 2012	(r236979)
+++ stable/8/share/man/man5/periodic.conf.5	Wed Jun 13 03:19:11 2012	(r236980)
@@ -504,6 +504,12 @@ Set to
 .Dq Li YES
 to compare the modes and modification times of setuid executables with
 the previous day's values.
+.It Va daily_status_security_chkportsum_enable
+.Pq Vt bool
+Set to
+.Dq Li YES
+to verify checksums of all installed packages against the known checksums in
+.Pa /var/db/pkg .
 .It Va daily_status_security_neggrpperm_enable
 .Pq Vt bool
 Set to
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 7 Eitan Adler freebsd_committer freebsd_triage 2012-06-13 04:25:13 UTC
State Changed
From-To: patched->closed

Committed. Thanks!