diff options
Diffstat (limited to 'comms/mgetty+sendfax/patches/patch-aa')
-rw-r--r-- | comms/mgetty+sendfax/patches/patch-aa | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/comms/mgetty+sendfax/patches/patch-aa b/comms/mgetty+sendfax/patches/patch-aa index d5c219000fb..da1e437ff79 100644 --- a/comms/mgetty+sendfax/patches/patch-aa +++ b/comms/mgetty+sendfax/patches/patch-aa @@ -1,11 +1,11 @@ -$NetBSD: patch-aa,v 1.3 2005/03/07 11:29:28 wiz Exp $ +$NetBSD: patch-aa,v 1.4 2009/10/02 19:21:59 is Exp $ ---- fax/faxspool.in.orig 2004-07-17 12:17:49.000000000 +0200 +--- fax/faxspool.in.orig 2007-01-19 08:38:22.000000000 +0100 +++ fax/faxspool.in -@@ -389,11 +389,11 @@ fs_cvt_pdf() - # user name (for authentification) - ########## +@@ -407,11 +407,11 @@ fs_cvt_pdf() + # user name (for fax header only! auth is done by faxq-helper via getuid()) + ########## -if user=`logname 2>/dev/null` -then : +if [ `id -u` = 0 ]; then |