Commit graph

6 commits

Author SHA1 Message Date
Yaroslav Tykhiy
84a463560e Fix a typo and some markup nits 2006-10-26 17:09:29 +00:00
Yaroslav Tykhiy
d3b1240703 - Recommend using the same name for script itself,
${name}, PROVIDE, and rc.conf var prefix.
- Distinguish flags from options when telling why -foo
  doesn't belong in $command_args.  ${name}_flags can
  contain both dashed options and arguments, so saying
  "flags" when I mean options was confusing.

Suggested by:	dougb
2006-10-26 16:46:19 +00:00
Yaroslav Tykhiy
306a4b2db3 - Suggest using ${name} wherever appropriate.
- Be more concise and clear on the requirement of /bin/sh;
  the former details weren't really interesting.
- Link to the rc.d section of Porter's Handbook.
- Mention /etc/network.subr.

Suggested by:	dougb
2006-10-26 14:45:30 +00:00
Yaroslav Tykhiy
cef8c4f638 Replace raw '>' chars by ">" entities in example for safety. 2006-10-26 11:41:45 +00:00
Joel Dahl
f9dd8e24dd Expand contraction. 2006-10-23 21:03:21 +00:00
Yaroslav Tykhiy
2808adf3f1 Finally add my article "Practical rc.d scripting in BSD" to the repo.
Reviewed on:	-rc, -doc
Reviewed by:	Gary W. Swearingen, David Thompson, Giorgos Keramidas
		(Thank you guys!)
2006-10-23 15:02:00 +00:00