summaryrefslogtreecommitdiffstats
path: root/etc/defaults/rc.conf
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2001-05-07 14:15:02 +0000
committerschweikh <schweikh@FreeBSD.org>2001-05-07 14:15:02 +0000
commit64335fb3fdcac4e4210023943194b414b4d76a0d (patch)
treed46477fd4736835c60ff8bfc6427edb75d24004d /etc/defaults/rc.conf
parent1de4ae760915ce56a8e92ceb9e8e2c97fd600c8a (diff)
downloadFreeBSD-src-64335fb3fdcac4e4210023943194b414b4d76a0d.zip
FreeBSD-src-64335fb3fdcac4e4210023943194b414b4d76a0d.tar.gz
Use foo () instead of foo ( ) for function definition,
so zsh can parse this file as well.
Diffstat (limited to 'etc/defaults/rc.conf')
-rw-r--r--etc/defaults/rc.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 6f38f71..b25518a 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -354,7 +354,7 @@ harvest_p_to_p="YES" # Entropy device harvests point-to-point randomness
if [ -z "${source_rc_confs_defined}" ]; then
source_rc_confs_defined=yes
- source_rc_confs ( ) {
+ source_rc_confs () {
local i sourced_files
for i in ${rc_conf_files}; do
case ${sourced_files} in
@@ -370,4 +370,3 @@ if [ -z "${source_rc_confs_defined}" ]; then
done
}
fi
-
OpenPOWER on IntegriCloud