Bug 45183

Summary: Bogus permissions unon installation of net/rinetd
Product: Ports & Packages Reporter: Alexey Dokuchaev <danfe>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Alexey Dokuchaev 2002-11-10 02:40:00 UTC
Too restrictive permissions (0700) prevent regular users from using the installed binary, though
no root privs are needed to bind to ports >1024.  I personally find that 0750 works better.

Fix: 

On the line 20 of files/patch-aa, s/0700/0750/.
How-To-Repeat: Try to run it as user `foo' after fresh install.
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2002-11-20 07:43:44 UTC
State Changed
From-To: open->closed

committed, thanks