Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Aug 1995 00:58:23 -0700
From:      Lyndon Nerenberg (VE7TCP) <lyndon@orthanc.com>
To:        FreeBSD-gnats@freefall.FreeBSD.org, freebsd-bugs@freefall.FreeBSD.org
Subject:   Re: bin/709: morse(6) can't send morse (+FIX) 
Message-ID:  <199508270758.AAA05794@multivac.orthanc.com>
In-Reply-To: Your message of "Sat, 26 Aug 1995 23:50:01 PDT." <199508270650.XAA10539@freefall.FreeBSD.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
>>Category:       bin
>>Responsible:    freebsd-bugs
>>Synopsis:       morse(6) can't send morse code
>>Arrival-Date:   Sat Aug 26 23:50:01 PDT 1995

I sent the wrong copy of morse.c - there's a line missing. After
parsing the args you need to add:

	(void)setuid(getuid());

in order to lose 'games' priv's. Otherwise you have to chown /dev/speaker
to games.



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