
#!/bin/sh
/bin/diald
/bin/named
echo "Limited shell"
while [ 1 ]; do
	/bin/sh
done
