mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-31 16:57:10 +00:00
Remove "-n" from echo
Reviewed by: dougb
This commit is contained in:
parent
045a10cf9c
commit
d99dc333db
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=224048
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user