summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2011-07-15 01:59:08 +0000
committerkevlo <kevlo@FreeBSD.org>2011-07-15 01:59:08 +0000
commitbc6ffd0569c979f0c7192c4aab339a8b1269043d (patch)
tree6bd2ea6dd92b38f4936c7cf12b5f0241f1f1fd1f /etc
parentd213ff44f338f3bcd7413a3a1f3d0a1ab7a134e9 (diff)
downloadFreeBSD-src-bc6ffd0569c979f0c7192c4aab339a8b1269043d.zip
FreeBSD-src-bc6ffd0569c979f0c7192c4aab339a8b1269043d.tar.gz
Remove "-n" from echo
Reviewed by: dougb
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.d/routing4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/routing b/etc/rc.d/routing
index add1e0a..f058555 100755
--- a/etc/rc.d/routing
+++ b/etc/rc.d/routing
@@ -287,7 +287,7 @@ options_inet()
if checkyesno gateway_enable; then
ropts_init
- echo -n ' IPv4 gateway=YES'
+ echo ' IPv4 gateway=YES'
${SYSCTL} net.inet.ip.forwarding=1 > /dev/null
else
${SYSCTL} net.inet.ip.forwarding=0 > /dev/null
@@ -322,7 +322,7 @@ options_inet6()
{
if checkyesno ipv6_gateway_enable; then
ropts_init
- echo -n ' IPv6 gateway=YES'
+ echo ' IPv6 gateway=YES'
${SYSCTL} net.inet6.ip6.forwarding=1 > /dev/null
else
${SYSCTL} net.inet6.ip6.forwarding=0 > /dev/null
OpenPOWER on IntegriCloud