From owner-cvs-sbin Sun Aug 17 18:41:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA10594 for cvs-sbin-outgoing; Sun, 17 Aug 1997 18:41:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA10565; Sun, 17 Aug 1997 18:40:49 -0700 (PDT) From: David Nugent Received: (from davidn@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id SAA08904; Sun, 17 Aug 1997 18:40:13 -0700 (PDT) Date: Sun, 17 Aug 1997 18:40:13 -0700 (PDT) Message-Id: <199708180140.SAA08904@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/init init.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidn 1997/08/17 18:40:13 PDT Modified files: sbin/init init.c Log: Test that rc.shutdown exists before attempting to run it - silently return success if it doesn't to prevent any unwanted error msgs. Revision Changes Path 1.27 +13 -1 src/sbin/init/init.c