Bug 122069

Summary: /etc/periodic/security/410.logincheck doesn't work
Product: Base System Reporter: Taku <taku>
Component: confAssignee: Remko Lodder <remko>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 7.0-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Taku 2008-03-25 15:00:03 UTC
src/etc/periodic/security/410.logincheck contains syntax error.
Semi-colon is missing in line 42.

% sh -n /etc/periodic/security/410.logincheck 
/etc/periodic/security/410.logincheck: 44: Syntax error: "else" unexpected (expecting "then")

Fix: Following is a patch.
How-To-Repeat: sh -n /etc/periodic/security/410.logincheck
Comment 1 dfilter service freebsd_committer freebsd_triage 2008-03-25 15:16:28 UTC
remko       2008-03-25 15:16:19 UTC

  FreeBSD src repository

  Modified files:
    etc/periodic/security 410.logincheck 
  Log:
  Add a missing ;.
  
  PR:             misc/122069
  Submitted by:   taku@tekipaki.jp
  MFC after:      3 days
  Approved by:    imp (mentor, implicit trivial change).
  
  Revision  Changes    Path
  1.2       +1 -1      src/etc/periodic/security/410.logincheck
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Remko Lodder freebsd_committer freebsd_triage 2008-03-25 15:16:30 UTC
Responsible Changed
From-To: freebsd-bugs->remko

MFC reminder
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-03-28 20:59:51 UTC
remko       2008-03-28 20:59:45 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    etc/periodic/security 410.logincheck 
  Log:
  MFC rev 1.2 410.logincheck
  
    Add a missing ;.
  
    PR:             misc/122069
    Submitted by:   taku@tekipaki.jp
    MFC after:      3 days
    Approved by:    imp (mentor, implicit trivial change).
  
  Approved by:    imp (mentor, implicit)
  
  Revision  Changes    Path
  1.1.2.1   +1 -1      src/etc/periodic/security/410.logincheck
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Remko Lodder freebsd_committer freebsd_triage 2008-03-28 22:26:30 UTC
State Changed
From-To: open->closed

MFC'ed to all relevant branches