blob: bf8f7ee2d3ef4e5451e04ba28f268d455d5ba476 [file] [log] [blame]
#!/bin/sh
/sbin/depmod
echo "Adding the pf_ring startup script"
update-rc.d pf_ring defaults 30 >/dev/null
exit 0