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
Hi Mike, The rc script must be: of: "spconlyc_enable" to: "scponlyc_enable".
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
Responsible Changed From-To: freebsd-ports-bugs->pgollucci I'll take it.
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"
State Changed From-To: open->closed Committed. Thanks!