| Summary: | [MFC] [PATCH] etc/rc variables for cron(8) | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Gerhard Sittig <Gerhard.Sittig> |
| Component: | conf | Assignee: | Doug Barton <dougb> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 4.2-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Gerhard Sittig
2001-01-15 20:20:01 UTC
State Changed From-To: open->analyzed This idea has been committed to -current, I'll commit it to RELENG_4 after a suitable period. I made a couple changes, most notably specifying the full path to cron which I am working on making an rc convention slowly but surely. The other change is a whitespace style issue. Whenever you place a comment on the same line as working text you want to do: foo="bar"<space><tab># Text Repeat the tabs as needed, but the reason you put a space there is to "absorb" a # character at the beginning of the line without breaking up the text alignment. This is a small point, and often missed. Responsible Changed From-To: freebsd-bugs->dougb I'll handle the MFC. State Changed From-To: analyzed->closed The patch has been MFC'ed. |