From owner-freebsd-commit Tue Jul 25 15:44:20 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id PAA16147 for commit-outgoing; Tue, 25 Jul 1995 15:44:20 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id PAA16134 for cvs-usrsbin-outgoing; Tue, 25 Jul 1995 15:44:18 -0700 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id PAA16123 ; Tue, 25 Jul 1995 15:44:16 -0700 Date: Tue, 25 Jul 1995 15:44:16 -0700 From: Bill Paul Message-Id: <199507252244.PAA16123@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/bootparamd/bootparamd bootparamd.c main.c Sender: commit-owner@FreeBSD.org Precedence: bulk wpaul 95/07/25 15:44:15 Modified: usr.sbin/bootparamd/bootparamd bootparamd.c main.c Log: main.c: - use daemon() to daemonify ourselves - the 'Usage' printf() was missing an argument - remove declaration of rindex and #include instead bootparam.c: - get rid of local declarations of YP functions and include headers from /usr/include/rpcsvc instead.