diff options
author | roam <roam@FreeBSD.org> | 2004-12-30 15:39:26 +0000 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2004-12-30 15:39:26 +0000 |
commit | 197e247a539039c8aa675505d26791aa2a7c97fc (patch) | |
tree | e5c041e733e5df4c530b38696f57881f28f06e56 /security/stunnel | |
parent | d0d4aeab21721439a29e92295bfe9b7f9e0c326d (diff) | |
download | FreeBSD-ports-197e247a539039c8aa675505d26791aa2a7c97fc.zip FreeBSD-ports-197e247a539039c8aa675505d26791aa2a7c97fc.tar.gz |
Okay then, purge the last reference to MySQL in the startup script...
Diffstat (limited to 'security/stunnel')
-rw-r--r-- | security/stunnel/files/stunnel.in | 2 | ||||
-rw-r--r-- | security/stunnel/files/stunnel.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/stunnel/files/stunnel.in b/security/stunnel/files/stunnel.in index 23059f7..d86bc5d6 100644 --- a/security/stunnel/files/stunnel.in +++ b/security/stunnel/files/stunnel.in @@ -9,7 +9,7 @@ # KEYWORD: shutdown # -# Add the following line to /etc/rc.conf to enable mysql: +# Add some of the following variables to /etc/rc.conf to configure stunnel: # stunnel_enable (bool): Set to "NO" by default. # Set it to "YES" to enable stunnel. # stunnel_config (str): Default "!!PREFIX!!/etc/stunnel/stunnel.conf" diff --git a/security/stunnel/files/stunnel.sh b/security/stunnel/files/stunnel.sh index 23059f7..d86bc5d6 100644 --- a/security/stunnel/files/stunnel.sh +++ b/security/stunnel/files/stunnel.sh @@ -9,7 +9,7 @@ # KEYWORD: shutdown # -# Add the following line to /etc/rc.conf to enable mysql: +# Add some of the following variables to /etc/rc.conf to configure stunnel: # stunnel_enable (bool): Set to "NO" by default. # Set it to "YES" to enable stunnel. # stunnel_config (str): Default "!!PREFIX!!/etc/stunnel/stunnel.conf" |