DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T p

⟦c1c7ca7f4⟧ TextFile

    Length: 2321 (0x911)
    Types: TextFile
    Names: »pathnames.h,v«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦bfebc70e2⟧ »EurOpenD3/mail/sendmail-5.65b+IDA-1.4.3.tar.Z« 
        └─⟦f9e35cd84⟧ 
            └─⟦this⟧ »sendmail/binmail/RCS/pathnames.h,v« 

TextFile

head	5.1;
branch	5.1.0;
access;
symbols
	UICSO:5.1.0
	VANILLA:5.1;
locks
	paul:5.1.0.2; strict;
comment	@ * @;


5.1
date	90.06.25.09.45.16;	author paul;	state Exp;
branches
	5.1.0.1;
next	;

5.1.0.1
date	90.06.25.09.46.09;	author paul;	state Exp;
branches;
next	5.1.0.2;

5.1.0.2
date	90.11.30.14.22.03;	author paul;	state Exp;
branches;
next	;


desc
@@



5.1
log
@*** empty log message ***
@
text
@/*-
 * Copyright (c) 1990 The Regents of the University of California.
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms are permitted provided
 * that: (1) source distributions retain this entire copyright notice and
 * comment, and (2) distributions including binaries display the following
 * acknowledgement:  ``This product includes software developed by the
 * University of California, Berkeley and its contributors'' in the
 * documentation or other materials provided with the distribution and in
 * all advertising materials mentioning features or use of this software.
 * Neither the name of the University nor the names of its contributors may
 * be used to endorse or promote products derived from this software without
 * specific prior written permission.
 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
 * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 *
 *	@@(#)pathnames.h	5.1 (Berkeley) 4/29/90
 */

#include <paths.h>

#undef _PATH_TMP
#define _PATH_TMP	"/tmp/maXXXXX"
#define _PATH_MAILDIR	"/usr/spool/mail/"
@


5.1.0.1
log
@Added HP-UX patch from Andy Litton.
@
text
@a21 4
#if defined(hpux)
#define _PATH_SENDMAIL	"/usr/lib/sendmail"
#include "flock.h"
#else
a24 1
#endif /* hpux */
@


5.1.0.2
log
@Date:    Fri, 23 Nov 90 14:44:41 +1300
To:      "Paul Pomes, UofIllinois-CSO" <paul@@uxc.cso.uiuc.edu>
From:    Andy.Linton@@comp.vuw.ac.nz
Subject: locking in /bin/mail (with the details (:-))
X-Mailer: XMH (using mh 6.7) 

We use the LCK_BEL locking in 'mh' as we have the spool directory mounted via
NFS. The flock (real or emulated) is not good enough and results in races
which unfortunately end up in "dead heats" at times.
@
text
@d22 2
a23 1
#if defined(__hpux)
d25 2
a26 1
#endif /* __hpux */
d28 2
a29 1
#define _PATH_SENDMAIL	"/usr/lib/sendmail"
@