diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-02-10 11:01:41 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-02-10 11:01:41 +0800 |
commit | f2c4df74ba30a0d42e2ae31cc632f34c1c670263 (patch) | |
tree | 5a0f6c3e6ce33db1521ba931095d7ef020c6459f /shells/scponly | |
parent | 66c2da0097cb0f36a0e766319c5dba7460984b7b (diff) | |
download | freebsd-ports-gnome-f2c4df74ba30a0d42e2ae31cc632f34c1c670263.tar.gz freebsd-ports-gnome-f2c4df74ba30a0d42e2ae31cc632f34c1c670263.tar.zst freebsd-ports-gnome-f2c4df74ba30a0d42e2ae31cc632f34c1c670263.zip |
- 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)
Diffstat (limited to 'shells/scponly')
-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. |