Author: 0mp (doc,ports committer)
Date: Fri Jul 31 10:45:21 2020
New Revision: 363727
URL: https://svnweb.freebsd.org/changeset/base/363727

Log:
  MFC 363473:
  
  Document that force_depend() supports only /etc/rc.d scripts
  
  Currently, force_depend() from rc.subr(8) does not support depending on
  scripts outside of /etc/rc.d (like /usr/local/etc/rc.d). The /etc/rc.d path
  is hard-coded into force_depend().

Modified:
  stable/11/share/man/man8/rc.subr.8
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/man/man8/rc.subr.8
==============================================================================
--- stable/11/share/man/man8/rc.subr.8  Fri Jul 31 10:40:47 2020        
(r363726)
+++ stable/11/share/man/man8/rc.subr.8  Fri Jul 31 10:45:21 2020        
(r363727)
@@ -29,7 +29,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 15, 2019
+.Dd July 24, 2020
 .Dt RC.SUBR 8
 .Os
 .Sh NAME
@@ -258,8 +258,13 @@ The
 .Ar name
 argument is the
 .Xr basename 1
-component of the path to the script, usually
-.Pa /etc/rc.d/name .
+component of the path to the script located at
+.Pa /etc/rc.d
+(scripts stored in other locations like
+.Pa /usr/local/etc/rc.d
+cannot be contolled with
+.Ic force_depend
+currently).
 If the script fails for any reason it will output a warning
 and return with a return value of 1.
 If it was successful
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to