From owner-freebsd-commit Tue Sep 19 03:20:10 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA24534 for freebsd-commit-outgoing; Tue, 19 Sep 1995 03:20:10 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA24514 for cvs-all-outgoing; Tue, 19 Sep 1995 03:20:06 -0700 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-commit@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