From 4079f3d319fafa80349dd63d1a2479569d01757d Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Fri, 10 Jun 2005 12:53:45 +0000 Subject: [PATCH] Add /usr/pkg/etc/rc.d to the rcNG search list. --- etc/defaults/rc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 99dd453705..c349692922 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -14,7 +14,7 @@ # All arguments must be in double or single quotes. # # $FreeBSD: src/etc/defaults/rc.conf,v 1.180 2003/06/26 09:50:50 smkelly Exp $ -# $DragonFly: src/etc/defaults/rc.conf,v 1.26 2005/05/24 02:53:13 rob Exp $ +# $DragonFly: src/etc/defaults/rc.conf,v 1.27 2005/06/10 12:53:45 joerg Exp $ ############################################################## ### Important initial Boot-time options #################### @@ -36,7 +36,7 @@ kldxref_module_path="" # Override kern.module_path. A ';'-delimited list. pccard_ifconfig="NO" # Specialized pccard ethernet configuration (or NO). pccard_ether_delay="5" # Delay before trying to start dhclient in pccard_ether removable_interfaces="" # Removable network interfaces for /etc/pccard_ether. -local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" # startup script dirs. +local_startup="/usr/pkg/etc/rc.d /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. -- 2.41.0