Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 07/29/1998 04:40:02
lukem
Wed Jul 29 04:31:23 PDT 1998
Update of /cvsroot/src/libexec/tftpd
In directory nb00:/tmp/cvs-serv15743
Modified Files:
tftpd.8 tftpd.c
Log Message:
* implement -u user and -g group - to specify the username and/or
group to run as.
if -u isn't given, user defaults to "nobody".
if -g isn't given, group defaults to the primary group of user.
doesn't try and change uid or gid if they're already set ok.
should solve PR 4218.
* deprecate register
* deprecate trailing \n in syslog messages
augustss
Wed Jul 29 04:39:25 PDT 1998
Update of /cvsroot/src/sys/dev/isa
In directory nb00:/tmp/cvs-serv15865
Modified Files:
wss.c
Log Message:
Don't print chip name in attach, the ad1848 attach already does.