Subject: misc/324: kermit uses wrong lockfilename
To: None <gnats-admin>
From: None <tik@f40.Hanse.DE>
List: netbsd-bugs
Date: 07/05/1994 17:05:04
>Number:         324
>Category:       misc
>Synopsis:       kermit uses wrong lockfilename
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnats-admin (Misc Bug People)
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Jul  5 17:05:02 1994
>Originator:     Michael Havemester
>Organization:
>Release:        NetBSD 0.9C
>Environment:

System: NetBSD f40.Hanse.DE 0.9C NetBSD 0.9C (F40)

>Description:
	kermit uses wrong name for lockfile (LK.012.012.012)
	should use LCK..tty00

>How-To-Repeat:

>Fix:

*** /tmp/ckutio.c	Wed Jul  6 00:15:29 1994
--- ckutio.c	Wed Jul  6 00:16:03 1994
***************
*** 2357,2363 ****
  #ifdef SVR4				/* Lockfile uses device numbers. */
  #ifndef LFDEVNO				/* Define this for SVR4 */
  #ifndef AIXRS				/* But not for RS/6000 AIX 3.2 */
! #ifndef __386BSD__			/* Nor for 386/NetBSD */
  #define LFDEVNO				/* If anybody else needs it, */
  #endif /* __386BSD__ */
  #endif /* AIXRS */
--- 2357,2363 ----
  #ifdef SVR4				/* Lockfile uses device numbers. */
  #ifndef LFDEVNO				/* Define this for SVR4 */
  #ifndef AIXRS				/* But not for RS/6000 AIX 3.2 */
! #if !defined(__386BSD__) && !defined(__NetBSD__) /* Nor for 386/NetBSD */
  #define LFDEVNO				/* If anybody else needs it, */
  #endif /* __386BSD__ */
  #endif /* AIXRS */
>Audit-Trail:
>Unformatted:


------------------------------------------------------------------------------