From owner-freebsd-commit Tue Sep 19 12:24:21 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA25643 for freebsd-commit-outgoing; Tue, 19 Sep 1995 12:24:21 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA25631 for cvs-all-outgoing; Tue, 19 Sep 1995 12:24:15 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA25621 for cvs-etc-outgoing; Tue, 19 Sep 1995 12:24:13 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id MAA25616 ; Tue, 19 Sep 1995 12:24:07 -0700 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id MAA17884; Tue, 19 Sep 1995 12:23:50 -0700 To: Bill Fenner cc: "Jordan K. Hubbard" , CVS-commiters@freefall.freebsd.org, cvs-etc@freefall.freebsd.org Subject: Re: cvs commit: src/etc rc sysconfig In-reply-to: Your message of "Tue, 19 Sep 1995 12:19:56 PDT." <95Sep19.122005pdt.177475@crevenia.parc.xerox.com> Date: Tue, 19 Sep 1995 12:23:50 -0700 Message-ID: <17882.811538630@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-commit@FreeBSD.org Precedence: bulk I suppose that's a good point. I'll hunt around to see if there are any others like this. > In message <199509191019.DAA24483@freefall.freebsd.org> you write: > > [ -f /etc/rc.local ] && sh /etc/rc.local > > For backwards compatibilty with non-executable rc.local files. > > Um, backwards compatibility? I hope none of the rc files are executable; you > can cause a lot of damage by running an rc by mistake. > > (UNICOS gets particularly upset, someone I know took down a cray because they > had their fingers on the wrong keys and tried to type 'tv'...) > > Bill >