cvs commit: qpsmtpd README.plugins
[email protected] (Robert Spier)
| Newsgroups | perl.cvs.qpsmtpd |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 04/09/03 20:38:14
Modified: . README.plugins
Log:
document what Matt said about $Include
Revision Changes Path
1.9 +8 -0 qpsmtpd/README.plugins
Index: README.plugins
===================================================================
RCS file: /cvs/public/qpsmtpd/README.plugins,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -w -r1.8 -r1.9
--- README.plugins 4 Sep 2004 03:16:10 -0000 1.8
+++ README.plugins 4 Sep 2004 03:38:14 -0000 1.9
@@ -170,3 +170,11 @@
- if we're in a connection, store things in the connection notes instead.
+=head1 Include Files
+
+(put more about how the $Include stuff works here)
+
+With the $Include stuff you order using the filename of the plugin.d
+file. So if you have a plugin called xyz but want it to come early on,
+you call it's config file 00_xyz, but that file still refers to the
+plugin called xyz.