Hi,

Below a patch for a very small typo in a comment in /usr/sbin/rcctl


diff --git a/usr.sbin/rcctl/rcctl.sh b/usr.sbin/rcctl/rcctl.sh
index 61ad76a4987..3b2f0cabe49 100644
--- a/usr.sbin/rcctl/rcctl.sh
+++ b/usr.sbin/rcctl/rcctl.sh
@@ -263,7 +263,7 @@ svc_get()
                fi
 
                if ! svc_is_meta ${_svc}; then
-                       # these are expensive, make sure they are explicitely 
requested
+                       # these are expensive, make sure they are explicitly 
requested
                        if [ -z "${_var}" -o "${_var}" = "class" ]; then
                                getcap -f /etc/login.conf ${_svc} 1>/dev/null 
2>&1 && \
                                        daemon_class=${_svc}

-- 
Kind regards,
Hiltjo

Reply via email to