Subject: CVS commit: src/sbin/dump
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 03/27/2003 15:56:48
Module Name:	src
Committed By:	lukem
Date:		Thu Mar 27 13:56:48 UTC 2003

Modified Files:
	src/sbin/dump: Makefile dump.8 dump.h main.c optr.c pathnames.h

Log Message:
Use "wall -g operator" (instead of private code) to broadcast() messages to
members of the operator group.
Don't install "setgid tty", and remove now unnecessary gid/egid swapping.
Remove utmp trawling code pulled in from usr.bin/who.
The Code is now simpler, and more portable (without the utmp cruft) too.

This is derived from similar work in OpenBSD.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/sbin/dump/Makefile
cvs rdiff -r1.50 -r1.51 src/sbin/dump/dump.8
cvs rdiff -r1.34 -r1.35 src/sbin/dump/dump.h
cvs rdiff -r1.53 -r1.54 src/sbin/dump/main.c
cvs rdiff -r1.28 -r1.29 src/sbin/dump/optr.c
cvs rdiff -r1.9 -r1.10 src/sbin/dump/pathnames.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.