Bug 17651

Summary: minor periodic.sh bug
Product: Base System Reporter: Giorgos Keramidas <keramida>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Giorgos Keramidas 2000-03-28 22:30:01 UTC
	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.
Comment 1 cpiazza freebsd_committer freebsd_triage 2000-03-29 08:05:34 UTC
State Changed
From-To: open->closed

Patch applied, thanks!