Bug 2287 - Owner of /var/rwho is wrong
Summary: Owner of /var/rwho is wrong
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 2.1.6-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1996-12-26 21:00 UTC by valerio.daelli
Modified: 1996-12-26 22:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description valerio.daelli freebsd_committer freebsd_triage 1996-12-26 21:00:01 UTC
	Owner of /var/rwho whould be daemon.deamon, not bin.daemon
	as installed from 2.1.6-RELEASE.

Fix: 

chown daemon.daemon /var/rwho
How-To-Repeat: 
	Install from 2.1.6-RELEASE
	start rwhod
Comment 1 Joerg Wunsch 1996-12-26 22:42:24 UTC
As andrew@pubnix.net wrote:

> 	Owner of /var/rwho whould be daemon.deamon, not bin.daemon
> 	as installed from 2.1.6-RELEASE.

No, it should not.  The directory is group-writable by daemon, this
suffices.

You forgot to update your master.passwd file; the primary group of
Mr. Daemon has been migrated from `guest' to `daemon' over time...

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)
Comment 2 Joerg Wunsch freebsd_committer freebsd_triage 1996-12-26 22:44:38 UTC
State Changed
From-To: open->closed

The owner of /var/rwho is correct, the directory is group-writable. 
The submitter needs to update the group membership of his `daemon' 
user.