Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 1996 14:03:21 -0800 (PST)
From:      Wes Santee <wes@bogon.net>
To:        ports@freebsd.org
Subject:   CNews port failing install...
Message-ID:  <199603212203.OAA00773@bogon.net>

next in thread | raw e-mail | index | archive | help
During one of the install phases, a shell script called
'conf/histsetup' is called which contains the following snippet:

-----cut-----
lock -o LOCK $$ || { echo '*** cannot get the lock file' >&2 ; exit 1 ; }
status=1
trap 'unlock LOCK ; trap 0 ; exit $status' 0 1 2 15
-----cut-----

On FreeBSD, lock(1) locks the keyboard (and causes the install to fail
since there is no '-o' option).  Looks like this is trying to do a
file locking check of some kind.  Anybody know what the equivilent
command in FreeBSD is?  

Cheers,
-- 
( -Wes Santee <wes@bogon.net>           | No one told you when to run... )
( http://www.oz.net/~wsantee            \------------------------------- )
( For PGP Key, email w/Subject: "Send PGP Key"        Powered by FreeBSD )



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603212203.OAA00773>