Date: Mon, 26 Jun 1995 21:50:03 -0700 From: tom@tarush.chattanooga.net To: freebsd-bugs Subject: ports/567: Smail ports fix Message-ID: <199506270450.VAA05934@freefall.cdrom.com> In-Reply-To: Your message of Tue, 27 Jun 95 00:48 EDT <m0sQSZb-0002DgC@tarush.chattanooga.net>
next in thread | previous in thread | raw e-mail | index | archive | help
>Number: 567 >Category: ports >Synopsis: Smail ports fix >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 26 21:50:01 1995 >Originator: Tom Rush >Organization: Private site tom@tarush.chattanooga.net >Release: FreeBSD 2.0.5-BUILT-19950603 i386 >Environment: 386/4mb,installed per ports makefile >Description: Mailbox locking problem due to missing define in supplied file. UUCP sys file location does not match that of FreeBSD 2.0.5. >How-To-Repeat: Compile and install port as supplied. >Fix: Apply following patch: ------------------------------------------------------------------ --- /usr/ports/smail/files/freebsd2.0.orig Tue Jun 27 00:33:38 1995 +++ /usr/ports/smail/files/freebsd2.0 Tue Jun 27 00:37:24 1995 @@ -14,6 +14,8 @@ #define lock_fd_rd_wait(fd) (flock((fd), LOCK_SH) < 0? FAIL: SUCCEED) " +FLOCK_MAILBOX=yes + # MAILBOX_DIR - in which directory are user mailbox files MAILBOX_DIR=/var/mail @@ -70,4 +72,5 @@ #HAVE=$HAVE:HASH_BANG:DUP2:READDIR:SETGROUPS:FSYNC:FTRUNCATE:COMSAT:SYS5STRLIB # UUCP_SYSTEM_FILE - path to UUCP file containing remote systems -UUCP_SYSTEM_FILE=/usr/lib/uucp/L.sys +#UUCP_SYSTEM_FILE=/usr/lib/uucp/L.sys +UUCP_SYSTEM_FILE=/etc/uucp/sys >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199506270450.VAA05934>