Bug 1901 - Alias in sendmail linked to /var/tmp/*
Summary: Alias in sendmail linked to /var/tmp/*
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: sendmail
Version: 6.0
Hardware: i386
OS: Linux
medium
high
Target Milestone: ---
Assignee: Jay Turner
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 1999-03-31 08:47 UTC by Chmouel Boudjnah
Modified: 2015-01-07 23:36 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 1999-03-31 15:15:55 UTC
Embargoed:


Attachments (Terms of Use)

Description Chmouel Boudjnah 1999-03-31 08:47:48 UTC
There is a bug in the alias of sendmail, all alias is linked
to /var/tmp/usr/sbin/sendmail instead of /usr/sbin/.

A fix is to put on the .spec files of sendmail this :

(cd $RPM_BUILD_ROOT/usr/bin
for i in `find . -type 'l'|sed 's/^\.\///'`;do
	ln -sf ../sbin/sendmail $i
done
)

Comment 1 Bill Nottingham 1999-03-31 15:15:59 UTC
This is fixed in a later sendmail package.


Note You need to log in before you can comment on or make changes to this bug.