[BACK]Return to patch-al CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / comms / hylafax / patches

Annotation of pkgsrc/comms/hylafax/patches/patch-al, Revision 1.6

1.1       rh          1: $NetBSD$
                      2:
1.6     ! adam        3: --- faxd/Getty.c++.orig        2005-01-01 21:27:15.000000000 +0000
1.5       abs         4: +++ faxd/Getty.c++
1.6     ! adam        5: @@ -234,7 +234,7 @@ Getty::hangup()
1.5       abs         6:      // NB: this is executed in the parent
1.6     ! adam        7:      fxStr device = fxStr::format("%s" | line, _PATH_DEV);
1.5       abs         8:      Sys::chown(device, UUCPLock::getUUCPUid(), UUCPLock::getUUCPGid());
                      9: -    Sys::chmod(device, 0600);                 // reset protection
                     10: +    Sys::chmod(device, 0660);                 // reset protection
                     11:  }
1.1       rh         12:
1.5       abs        13:  extern void vlogError(const char* fmt, va_list ap);

CVSweb <webmaster@jp.NetBSD.org>