Vsevolod Krishchenko
Vsevolod Krishchenko
The following commit just replaces '#!/bin/sh' with '#!/bin/bash' instead of fixing all numerous Netkit bashisms. See also #19.
Konsole-tabs.sh does not work in KDE4. Rather than use lab /netkit config I just wrote simple script called 'ktabstart'. Ktabstart is a simple tool to run Netkit sessions within konsole...
It is now possible to run only bin/manage_tuntap script via sudo, not /bin/sh. This is very important if netkit is used on public computers. Starting /bin/sh via sudo is rather...
Current netkit runs umlswitch with '-hub' argument that is making a difference between unicast and broadcast very thin on link layer. This commit removes '-hub' argument, making umlswitch working as...
All netkit scripts are '/bin/sh', still they have a lot of bashisms (use 'checkbashisms' to know how much exactly). I believe it is better to just replace '#!/bin/sh' with '#!/bin/bash'...