X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=gpg-key2ps%2Fgpg-key2ps;h=5b875856fd6d09b102f04db3a06790627001a374;hb=96d7463687afb202bfe5872c67debc7635fa7ffa;hp=c8e58fa57cc403a61fc51331cc3020dac41a89ee;hpb=a17369aaa3f8783c7ea3ee7425e14f7c8534df18;p=pgp-tools.git diff --git a/gpg-key2ps/gpg-key2ps b/gpg-key2ps/gpg-key2ps index c8e58fa..5b87585 100755 --- a/gpg-key2ps/gpg-key2ps +++ b/gpg-key2ps/gpg-key2ps @@ -85,6 +85,7 @@ if ( -x "/usr/bin/paperconf" ) { chomp($h); } else { # Default to A4. + print STDERR "Warning: libpaper-utils is not installed, defaulting to A4.\n"; $w=596; $h=842; }