aboutsummaryrefslogtreecommitdiff
path: root/libexec/rpc.rusersd/rusers_proc.c
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Make these programs compile and work correctly now that /usr/include/rpcsvcBill Paul1998-01-191-11/+19
| | | | | | | | | has been ANSI-fied. Pointed out by: bde Notes: svn path=/head/; revision=32629
* Remove unused #includes and make it compile again with -DDEBUG. Use syslog()Philippe Charnier1998-01-071-10/+9
| | | | | | | instead of errx() when being a daemon. Notes: svn path=/head/; revision=32312
* Use err(3). -Wall cleaning. cosmetics in man page.Philippe Charnier1997-11-261-14/+15
| | | | Notes: svn path=/head/; revision=31422
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22989
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-12/+12
| | | | Notes: svn path=/head/; revision=8870
* Make two variables static so that the compiler warnings areAndreas Schulz1994-11-181-3/+3
| | | | | | | | vanishing. As far as i know rpc.rusersd is single_threaded, so this shouldn't be a problem. Notes: svn path=/head/; revision=4661
* __386BSD__ -> __FreeBSD__Jordan K. Hubbard1994-11-041-2/+2
| | | | | | | | | I know that many of these entries are bogus and need to be revisited, but let's get the tree working again for now and then do a pass through looking at all the __FreeBSD__ entries, shall we? Notes: svn path=/head/; revision=4131
* rusersd from FreeBSD 1.1.5.1Geoff Rehmet1994-08-281-0/+390
Reviewed by: geoff. Submitted by: John Brezak Notes: svn path=/cvs2svn/branches/FBSD_1/; revision=2337