Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37517913
en ru br
ALT Linux repos
5.0: 4.64L-alt5.1
4.1: 4.64L-alt5
4.0: 4.64L-alt4.1
3.0: 4.58L-alt4
+backports:4.64L-alt0.M30.4

Group :: Networking/Mail
RPM: pine

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: pine-4.55-boguswarning.patch
Download


--- pine4.55/imap/src/osdep/unix/env_unix.c.orig	2003-05-10 11:57:36 +0400
+++ pine4.55/imap/src/osdep/unix/env_unix.c	2003-05-10 12:09:33 +0400
@@ -89,6 +89,10 @@
 				/* block notification */
 static blocknotify_t mailblocknotify = mm_blocknotify;
 
+/* ALT cares for that its software conforms to 1) and expects that
+ * fcntl()-locking works through NFS. Pine has been patched to use fcntl()
+ * on any FS. 
+ */
 /* Note: setting disableLockWarning means that you assert that the
  * so-modified copy of this software will NEVER be used:
  *  1) in conjunction with any software which expects .lock files
@@ -99,7 +103,7 @@
  * on the mail spool, or install mlock.
  */
 				/* disable warning if can't make .lock file */
-static short disableLockWarning = NIL;
+static short disableLockWarning = T;
 
 /* UNIX namespaces */
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin