Bug 102538

Summary: BSDStats failed if OpenSSL is from ports, not from base
Product: Ports & Packages Reporter: 000.fbsd <MiroslavLachman>
Component: Individual Port(s)Assignee: scrappy
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description 000.fbsd 2006-08-26 10:30:20 UTC
	BSDStats script failed if system has OpenSSL installed from ports, and deinstalled base OpenSSL binary. Script has hardcoded path to openssl binary 
        IDTOKEN=$( /usr/bin/openssl rand -base64 16 )
        But I have OpenSSL from ports in /usr/local/bin/openssl
        /usr/local/etc/periodic/monthly/300.statistics: /usr/bin/openssl: not found
 : not found

Fix: 

Do not use absolute path, or do some check, where openssl binary is.
How-To-Repeat: 	Deinstall (delete) base OpenSSL, install it from ports and run /usr/local/etc/periodic/monthly/300.statistics
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-08-27 00:52:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->scrappy

Over to maintainer
Comment 2 scrappy freebsd_committer freebsd_triage 2006-10-23 14:04:55 UTC
State Changed
From-To: open->closed


fixed