From 202679efde1aa991430ac801bbf962c20e9ef3a3 Mon Sep 17 00:00:00 2001 From: David Prandzioch Date: Sun, 6 Mar 2016 10:49:29 +0100 Subject: [PATCH] Renamed apache24 occurance to caddy :-) --- dist/init/freebsd/caddy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/init/freebsd/caddy b/dist/init/freebsd/caddy index b15e93180..a48ca454a 100755 --- a/dist/init/freebsd/caddy +++ b/dist/init/freebsd/caddy @@ -8,7 +8,7 @@ # # Add the following lines to /etc/rc.conf to enable caddy: # caddy_enable (bool): Set to "NO" by default. -# Set it to "YES" to enable apache24 +# Set it to "YES" to enable caddy # # caddy_cert_email (str): Set to "" by default. # Defines the SSL certificate issuer email. By providing an @@ -70,4 +70,4 @@ caddy_stop() { kill -QUIT `cat $pidfile 2> /dev/null` } -run_rc_command "$1" \ No newline at end of file +run_rc_command "$1"