View Single Post
Old 06-08-2013, 03:54 PM   #366
met67
Connoisseur
met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.
 
Posts: 78
Karma: 165868
Join Date: Jan 2012
Device: Nook Touch
Quote:
Originally Posted by BWinmill View Post
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
met67 is offline   Reply With Quote