Penguin
Diff: ConfigurationScripts
EditPageHistoryDiffInfoLikePages

Differences between current version and revision by previous author of ConfigurationScripts.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 3 Last edited on Tuesday, January 20, 2004 8:39:29 pm by JohnMcPherson
Older page: version 2 Last edited on Monday, May 19, 2003 1:38:20 pm by CraigBox Revert
@@ -1,7 +1,7 @@
 Everyone has to generate configuration files, and basically they're the same across multiple machines, normally with different IP addresses. 
  
-m4(1) is the GNU macro processor. You may recognise it from such tools as autoconf(1) and sendmail(8) . Here are some cool things you can do with it. 
+m4(1) is the GNU macro processor. You may recognise it from such tools as autoconf(1) and SendMail . Here are some cool things you can do with it. 
  
 !config.m4 
  
 This file will basically define our variables. We later include it in all our other files. The command ''divert'' is used to divert to a numbered temporary stream where you can reinsert it later. In this case, we dont want these commands to be inserted into any of our output files, because they are definitions. So we divert(-1), and they don't get displayed.