mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
* Deal with empty /etc/mailname, Closes: #90727
This commit is contained in:
@@ -556,7 +556,9 @@ sub email {
|
||||
my $mailname='';
|
||||
if (open (MAILNAME,"</etc/mailname")) {
|
||||
$mailname=<MAILNAME>;
|
||||
if (defined $mailname) {
|
||||
chomp $mailname;
|
||||
}
|
||||
close MAILNAME;
|
||||
}
|
||||
if (!$mailname) {
|
||||
|
||||
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -1,3 +1,9 @@
|
||||
alien (7.21) unstable; urgency=low
|
||||
|
||||
* Deal with empty /etc/mailname, Closes: #90727
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Sat, 24 Mar 2001 14:19:17 -0800
|
||||
|
||||
alien (7.20) unstable; urgency=low
|
||||
|
||||
* Updated to use debhelper v3 when converting packages. This
|
||||
|
||||
2
debian/control
vendored
2
debian/control
vendored
@@ -3,7 +3,7 @@ Section: admin
|
||||
Priority: optional
|
||||
Build-Depends-Indep: debhelper (>= 3)
|
||||
Maintainer: Joey Hess <joeyh@debian.org>
|
||||
Standards-Version: 3.5.0.0
|
||||
Standards-Version: 3.5.2.0
|
||||
|
||||
Package: alien
|
||||
Architecture: all
|
||||
|
||||
Reference in New Issue
Block a user