Quote:
Originally Posted by BWinmill
I've been poking around the new firmware. There are some interesting changes, some of which hint at things to come. (I'm not going into details though since it's probably proprietary information ... but if you look, like I looked, you shall find out too.  )
One important thing though, /etc/inetd.conf is included in the bundle and will likely overwrite any modifications that you have made. The standard modifications to inetd.conf will work as before.
|
Code:
#!/bin/sh
PCB=`ntx_hwconfig -s -p /dev/mmcblk0 PCB`
case $PCB in
E60610D*) echo trilogy;;
E606B*) echo kraken;;
E5061*) echo pixie;;
E606C*) echo dragon;;
E606F*) echo phoenix;;
*) echo trilogy;;
esac
Find the Intruder