| Summary: | $MAIL being set incorrectly for HPUX server login | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Brian Smith <brian.smith> | ||||||
| Component: | sshd | Assignee: | Assigned to nobody <unassigned-bugs> | ||||||
| Status: | CLOSED FIXED | ||||||||
| Severity: | normal | ||||||||
| Priority: | P2 | ||||||||
| Version: | 4.2p1 | ||||||||
| Hardware: | HPPA | ||||||||
| OS: | HP-UX | ||||||||
| Bug Depends on: | |||||||||
| Bug Blocks: | 1047 | ||||||||
| Attachments: |
|
||||||||
|
Description
Brian Smith
2005-10-08 00:01:01 AEST
Configure will pick it up from the build environment if the location is not found in the headers, so you can do something like: MAIL=/var/mail/`whoami` ./configure && make I'll have a look at configure and see if it can be made a bit smarter. Created attachment 983 [details]
Define $MAIL for HP-UX which is ends up in #define MAIL_DIRECTORY
Created attachment 984 [details]
configure.gz: rebuilt configure from 4.2p1
Rebuilt configure for 4.2p1 with patch. If you don't have autoconf, then download, ungzip and replace configure.
Fixed in both -HEAD and the 4.2 branch. Thanks for the report. Change all RESOLVED bug to CLOSED with the exception of the ones fixed post-4.4. |