Re: git: rc.d/sysctl: Rewrite to be more robust and clean

2019-02-01 Thread Aaron LI
Quoting Sepherosa Ziehau (2019-02-01 22:21:28) > On Fri, Feb 1, 2019 at 9:59 PM Aaron LI wrote: > > > > Quoting Sepherosa Ziehau (2019-02-01 21:33:18) > > > Please check fix this commit, there are several unexpected effects of > > > this commit: > > > - Extra original value printed on the screen,

Re: git: rc.d/sysctl: Rewrite to be more robust and clean

2019-02-01 Thread Sepherosa Ziehau
On Fri, Feb 1, 2019 at 9:59 PM Aaron LI wrote: > > Quoting Sepherosa Ziehau (2019-02-01 21:33:18) > > Please check fix this commit, there are several unexpected effects of > > this commit: > > - Extra original value printed on the screen, when this script is run. > > Before this change, a=`cmd`

Re: git: rc.d/sysctl: Rewrite to be more robust and clean

2019-02-01 Thread Aaron LI
Quoting Sepherosa Ziehau (2019-02-01 21:33:18) > Please check fix this commit, there are several unexpected effects of > this commit: > - Extra original value printed on the screen, when this script is run. > Before this change, a=`cmd` will not print anything on the screen. > - It looks after or

Re: git: rc.d/sysctl: Rewrite to be more robust and clean

2019-02-01 Thread Sepherosa Ziehau
Please check fix this commit, there are several unexpected effects of this commit: - Extra original value printed on the screen, when this script is run. Before this change, a=`cmd` will not print anything on the screen. - It looks after or during "TCP options" sysctl, this script is invoked again