mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
Avoid using hostname -f for portability to unix systems, such as Solaris, where any options _set_ the hostname.
This commit is contained in:
@@ -683,7 +683,7 @@ sub email {
|
|||||||
close MAILNAME;
|
close MAILNAME;
|
||||||
}
|
}
|
||||||
if (!$mailname) {
|
if (!$mailname) {
|
||||||
$mailname=$this->runpipe(1, "hostname -f");
|
$mailname=$this->runpipe(1, "hostname");
|
||||||
chomp $mailname;
|
chomp $mailname;
|
||||||
}
|
}
|
||||||
return "$login\@$mailname";
|
return "$login\@$mailname";
|
||||||
|
|||||||
7
debian/changelog
vendored
7
debian/changelog
vendored
@@ -1,3 +1,10 @@
|
|||||||
|
alien (8.76) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* Avoid using hostname -f for portability to unix systems,
|
||||||
|
such as Solaris, where any options _set_ the hostname.
|
||||||
|
|
||||||
|
-- Joey Hess <joeyh@debian.org> Fri, 29 May 2009 13:02:54 -0400
|
||||||
|
|
||||||
alien (8.75) unstable; urgency=low
|
alien (8.75) unstable; urgency=low
|
||||||
|
|
||||||
* Simplified rules file.
|
* Simplified rules file.
|
||||||
|
|||||||
Reference in New Issue
Block a user