From 5f7d68b87eceded5354d3a1ccc67e482f0d54803 Mon Sep 17 00:00:00 2001 From: Brian Feldman Date: Tue, 17 Dec 2002 20:45:07 +0000 Subject: [PATCH] Make /etc/rc and /etc/rc.shutdown executable, and execute them directly instead of via /bin/sh. They already have the proper #! lines, and there is no new failure case (if execution fails, it still attempts to execute indirectly via /bin/sh). This is necessary for SEBSD to function properly.