diff options
| author | Brian Feldman <green@FreeBSD.org> | 1999-09-19 21:32:42 +0000 |
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 1999-09-19 21:32:42 +0000 |
| commit | eb0519dbda960b239ff096522b7c50b410c539ab (patch) | |
| tree | 41c44d63f1ea5ba0233813ba0571e290ac302191 /etc/rc.network | |
| parent | 5cd82127f85ab6677650ab02f01b56d8f3f85a6e (diff) | |
Notes
Diffstat (limited to 'etc/rc.network')
| -rw-r--r-- | etc/rc.network | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.network b/etc/rc.network index 5ddce8051816..ad6633779677 100644 --- a/etc/rc.network +++ b/etc/rc.network @@ -187,8 +187,8 @@ network_pass1() { case ${firewall_enable} in [Yy][Ee][Ss]) - if [ -r ${firewall_script} ]; then - . ${firewall_script} + if [ -r "${firewall_script}" ]; then + . "${firewall_script}" echo -n 'Firewall rules loaded, starting divert daemons:' # Network Address Translation daemon |
