diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-02-10 03:01:41 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-02-10 03:01:41 +0000 |
commit | 1e7a0635fd1492003711dd79f5f87d1b861fa0b7 (patch) | |
tree | af410e0e14237f2637bc1e13b353c24b7ffc3cf5 /shells | |
parent | - Fix installation permissions (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=249503
Diffstat (limited to 'shells')
-rw-r--r-- | shells/scponly/files/scponlyc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/scponly/files/scponlyc.in b/shells/scponly/files/scponlyc.in index 28f8bf42e147..3ad188df49b4 100644 --- a/shells/scponly/files/scponlyc.in +++ b/shells/scponly/files/scponlyc.in @@ -8,7 +8,7 @@ # KEYWORD: shutdown # Add the following lines to /etc/rc.conf to enable scponly: -# spconlyc_enable (bool): Set to "NO" by default. +# scponlyc_enable (bool): Set to "NO" by default. # Set it to "YES" to enable scponly # scponlyc_shells (str): Set to "/etc/shells" by default. # scponlyc_passwd (str): Set to "/etc/passwd" by default. |