marek-sezemsky / coreemu

Automatically exported from code.google.com/p/coreemu
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

make path to sysctl(8) configurable #212

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. add router to canvas
2. start IPForward-service
3. sysctl is run as /sbin/sysctl
4. ipforward.sh: line 13: /sbin/sysctl: No such file or directory

What is the expected output? What do you see instead?
run sysctl as /usr/bin/sysctl

What version of the product are you using? On what operating system?
core v4.5, archlinux 3.9.3-1-ARCH, 64bit

Please provide any additional information below.
the path to sysctl(8) may not be the same on every system, so please make it 
non-fixed/configurable

Original issue reported on code.google.com by desoxyrebonukleinsaure@gmail.com on 28 Jun 2013 at 11:42

GoogleCodeExporter commented 9 years ago

Original comment by ahrenh...@gmail.com on 1 Jul 2013 at 11:18

GoogleCodeExporter commented 9 years ago
fixed in r841

SYSCTL_BIN now determined at configure time

Original comment by ahrenh...@gmail.com on 8 Aug 2013 at 9:46