Infrastructure: Get it building again, using pkg-config.
[tripe] / init / tripe-init.in
index bac4e7f..bf7bdb6 100755 (executable)
@@ -33,7 +33,7 @@ case ${tunnel-`$tripe --tunnels | head -1`} in
   linux)
     case `uname -s` in
       Linux)
-       if { test -f /proc/misc && grep -q net/tun /proc/misc; } ||
+       if { test -f /proc/misc && grep -q tun /proc/misc; } ||
           modprobe -q tun; then
          : good
        else