Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 185629 - mail-mta/sendmail-8.14.0 installer does not create newaliases symlink
Summary: mail-mta/sendmail-8.14.0 installer does not create newaliases symlink
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Andrea Barisani (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-17 03:18 UTC by alex
Modified: 2007-10-17 13:47 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description alex 2007-07-17 03:18:33 UTC
On a clean install of sendmail 8.14.0, the installer does not create a symlink of newaliases to sendmail.  I had to create it manually:
ln -s /usr/sbin/sendmail /usr/bin/newaliases

Reproducible: Always

Steps to Reproduce:
emerge -C sendmail
emerge sendmail
Actual Results:  
[root@fw]$ newaliases
-bash: newaliases: command not found


Expected Results:  
Install script is missing something like:
ln -s /usr/sbin/sendmail /usr/bin/newaliases

[root@fw]$ newaliases
/etc/mail/aliases: 89 aliases, longest 27 bytes, 927 bytes total


make.conf:
CFLAGS="-Os -march=i586 -pipe -m3dnow -fomit-frame-pointer"
CHOST="i586-pc-linux-gnu"
USE="-apm -gif -X -gnome -gtk -kde -opengl -qt -truetype -cups samba mssql gd us
b milter nptlonly mysql mysqli ctype pcre session unicode symlink hardened"
Comment 1 Andrea Barisani (RETIRED) gentoo-dev 2007-10-17 13:47:53 UTC
It works fine here with 8.14.1. Re-open if necessary.