diff options
-rw-r--r-- | www/nginx-devel/files/nginx.sh | 6 | ||||
-rw-r--r-- | www/nginx/files/nginx.sh | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/nginx-devel/files/nginx.sh b/www/nginx-devel/files/nginx.sh index dee8f0cad5be..da3e9d13d694 100644 --- a/www/nginx-devel/files/nginx.sh +++ b/www/nginx-devel/files/nginx.sh @@ -4,12 +4,12 @@ # PROVIDE: nginx # REQUIRE: DAEMON # BEFORE: LOGIN -# KEYWORD: FreeBSD shutdown +# KEYWORD: shutdown -# Define these apache_* variables in one of these files: +# Define these nginx_* variables in one of these files: # /etc/rc.conf # /etc/rc.conf.local -# /etc/rc.conf.d/apache +# /etc/rc.conf.d/nginx # # DO NOT CHANGE THESE DEFAULT VALUES HERE # diff --git a/www/nginx/files/nginx.sh b/www/nginx/files/nginx.sh index dee8f0cad5be..da3e9d13d694 100644 --- a/www/nginx/files/nginx.sh +++ b/www/nginx/files/nginx.sh @@ -4,12 +4,12 @@ # PROVIDE: nginx # REQUIRE: DAEMON # BEFORE: LOGIN -# KEYWORD: FreeBSD shutdown +# KEYWORD: shutdown -# Define these apache_* variables in one of these files: +# Define these nginx_* variables in one of these files: # /etc/rc.conf # /etc/rc.conf.local -# /etc/rc.conf.d/apache +# /etc/rc.conf.d/nginx # # DO NOT CHANGE THESE DEFAULT VALUES HERE # |