From owner-cvs-etc Tue Sep 19 03:20:03 1995 Return-Path: owner-cvs-etc Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA24504 for cvs-etc-outgoing; Tue, 19 Sep 1995 03:20:03 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA24483 ; Tue, 19 Sep 1995 03:19:48 -0700 Date: Tue, 19 Sep 1995 03:19:48 -0700 From: "Jordan K. Hubbard" Message-Id: <199509191019.DAA24483@freefall.freebsd.org> To: CVS-commiters, cvs-etc Subject: cvs commit: src/etc rc sysconfig Sender: owner-cvs-etc@FreeBSD.org Precedence: bulk jkh 95/09/19 03:19:46 Modified: etc rc sysconfig Log: local_startup=/usr/local/etc/rc.d [ As suggested by Satoshi - rc.local.d was pretty redundant under /usr/local; duh! :-)] [ -f /etc/rc.local ] && sh /etc/rc.local For backwards compatibilty with non-executable rc.local files. Sorry, Bruce! Submitted by: asami & bde & jkh