| Summary: | minor periodic.sh bug | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Giorgos Keramidas <keramida> | ||||
| Component: | bin | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 5.0-CURRENT | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
State Changed From-To: open->closed Patch applied, thanks! |
Some of the scripts in /etc/periodic use $host, to print the name of the host they're running on. However, when /usr/sbin/periodic runs the scripts it does not `export' host variable How-To-Repeat: Change your personal account password and run periodic daily, or look at old postings from `periodic daily'. The line above your passwd diffs should be "$host passwd diffs:", but it comes out as " passwd diffs:" because $host is unset.