(29-04-2015, 01:35 PM)ethics2014 Wrote: could one write a script to do so when the modem boots? What file would need to be modified? rc$?
Heres an example from sbh alpha. This script replaces ti_tftp and calls it.
Code:
if test -f /nvram/kill_snmp
then
kill $(ps|grep [s]nmp|cut -c 1-5)
fi