Bug 143555 - shells/scponly: A typo in the rc script of scponlyc
Summary: shells/scponly: A typo in the rc script of scponlyc
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: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-04 14:20 UTC by M
Modified: 2010-02-10 03:13 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 freebsd_committer freebsd_triage 2010-02-04 14:20:01 UTC
There is a typo in /usr/local/etc/rc.d/scponlyc

# spconlyc_enable (bool):               Set to "NO" by default.

I noticed that "spconlyc_enable" should be "scponly_enable". When using copy/paste to /etc/rc.conf it won't start because of this typo.

Fix: 

Correct the typo.
How-To-Repeat: Always the same
Comment 1 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2010-02-04 22:29:59 UTC
Hi Mike,

The rc script must be:

of:

"spconlyc_enable" 

to:

"scponlyc_enable". 


Comment 2 Robert Farmer 2010-02-04 22:48:25 UTC
Hi,

The typo is only in a comment, so I didn't catch it during testing and
it shouldn't affect anything if you use the right spelling in rc.conf,
but if someone could commit the fix that would be great.

Thanks,
-- 
Rob Farmer
Comment 3 Philip M. Gollucci freebsd_committer freebsd_triage 2010-02-05 03:51:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-02-10 03:01:50 UTC
pgollucci    2010-02-10 03:01:41 UTC

  FreeBSD ports repository

  Modified files:
    shells/scponly/files scponlyc.in 
  Log:
  - Fix a typo in comments in rc.d script
  
  PR:             ports/143555
  Submitted by:   M@FreeBSD.org, van Zadelhoff <mike@ironmikie.nl>
  Approved by:    rfarmer@predatorlabs.net (maintainer)
  
  Revision  Changes    Path
  1.4       +2 -2      ports/shells/scponly/files/scponlyc.in
_______________________________________________
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 5 Philip M. Gollucci freebsd_committer freebsd_triage 2010-02-10 03:13:44 UTC
State Changed
From-To: open->closed

Committed. Thanks!