Bug 17805

Summary: cosmetic: postinstall whines about missing /etc/ld.so.conf
Product: [Retired] Red Hat Linux Reporter: wstearns
Component: krb5Assignee: Nalin Dahyabhai <nalin>
Status: CLOSED RAWHIDE QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 6.2CC: wstearns
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-10-02 05:55:36 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description wstearns 2000-09-24 01:06:28 UTC
In the postinstall script, if /etc/ld.so.conf is missing, the grep
whines about it.  Since it'll be created anyways if it's not there, you
might consider doing:
if [ ! -f /etc/ld.so.conf ]; then
	touch /etc/ld.so.conf
fi
	before the grep.

Comment 1 Nalin Dahyabhai 2001-02-16 17:53:52 UTC
This is fixed in krb5-1.2.1-10 and later in Raw Hide.  Thanks!