Date: Thu, 24 Apr 2003 23:27:59 +0800 From: leafy <leafy@leafy.idv.tw> To: freebsd-current@freebsd.org Subject: [patch] /etc/rc.d/ipnat Message-ID: <20030424152759.GA16964@chihiro.leafy.idv.tw>
next in thread | raw e-mail | index | archive | help
After patching this ipnat rules will get loaded.
JY
--- /usr/src/etc/rc.d/ipnat Thu Apr 24 17:19:06 2003
+++ ipnat Thu Apr 24 23:24:34 2003
@@ -59,7 +59,7 @@
return 0
fi
echo -n "Installing NAT rules ... "
- /usr/sbin/ipnat -CF -f ${ipnat_rules} ${ipnat_flags}
+ ${ipnat_program} -CF -f ${ipnat_rules} ${ipnat_flags}
}
run_rc_command "$1"
--
"Without the userland, the kernel is useless."
--inspired by The Tao of Programming
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030424152759.GA16964>
