From 8adaef858dc63496757bd198186356b5d7717c06 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 11 Apr 2002 08:48:52 +0000 Subject: [PATCH] Back out /etc/rc.d addition. I'd like to see something come of what has already been imported. It would have been nice to get it out there in DP1, but that is too late now. --- etc/defaults/rc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index fca64dbe8868..459f6d2becb8 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -31,7 +31,7 @@ pccardd_flags="" # Additional flags for pccardd. pccard_conf="/etc/defaults/pccard.conf" # pccardd(8) config file pccard_ether_delay="5" # Delay before trying to start dhclient in pccard_ether removable_interfaces="" # Removable network interfaces for /etc/pccard_ether. -local_startup="/etc/rc.d /usr/local/etc/rc.d /usr/X11R6/etc/rc.d" # startup script dirs. +local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" # startup script dirs. script_name_sep=" " # Change if your startup scripts' names contain spaces rc_conf_files="/etc/rc.conf /etc/rc.conf.local" fsck_y_enable="NO" # Set to YES to do fsck -y if the initial preen fails.