Deleted Added
full compact
rc.subr (179870) rc.subr (179872)
1# $NetBSD: rc.subr,v 1.67 2006/10/07 11:25:15 elad Exp $
1# $NetBSD: rc.subr,v 1.67 2006/10/07 11:25:15 elad Exp $
2# $FreeBSD: head/etc/rc.subr 179870 2008-06-19 06:11:34Z mtm $
2# $FreeBSD: head/etc/rc.subr 179872 2008-06-19 07:06:11Z mtm $
3#
4# Copyright (c) 1997-2004 The NetBSD Foundation, Inc.
5# All rights reserved.
6#
7# This code is derived from software contributed to The NetBSD Foundation
8# by Luke Mewburn.
9#
10# Redistribution and use in source and binary forms, with or without

--- 926 unchanged lines hidden (view full) ---

937 . /etc/rc.conf
938 fi
939 _rc_conf_loaded=true
940 fi
941 if [ -f /etc/rc.conf.d/"$_name" ]; then
942 debug "Sourcing /etc/rc.conf.d/${_name}"
943 . /etc/rc.conf.d/"$_name"
944 fi
3#
4# Copyright (c) 1997-2004 The NetBSD Foundation, Inc.
5# All rights reserved.
6#
7# This code is derived from software contributed to The NetBSD Foundation
8# by Luke Mewburn.
9#
10# Redistribution and use in source and binary forms, with or without

--- 926 unchanged lines hidden (view full) ---

937 . /etc/rc.conf
938 fi
939 _rc_conf_loaded=true
940 fi
941 if [ -f /etc/rc.conf.d/"$_name" ]; then
942 debug "Sourcing /etc/rc.conf.d/${_name}"
943 . /etc/rc.conf.d/"$_name"
944 fi
945
946 # Old variable names support
947 #
948 [ -n "$enable_quotas" ] && quota_enable="$enable_quotas"
945}
946
947#
948# load_rc_config_var name var
949# Read the rc.conf(5) var for name and set in the
950# current shell, using load_rc_config in a subshell to prevent
951# unwanted side effects from other variable assignments.
952#

--- 635 unchanged lines hidden ---
949}
950
951#
952# load_rc_config_var name var
953# Read the rc.conf(5) var for name and set in the
954# current shell, using load_rc_config in a subshell to prevent
955# unwanted side effects from other variable assignments.
956#

--- 635 unchanged lines hidden ---