net/iputils: update to iputils-20100418
[openwrt/svn-archive/archive.git] / net / ptpd / files / ptpd.init
1 #!/bin/sh /etc/rc.common
2
3 START=50
4
5 start() {
6 ptpd
7 }
8
9 stop() {
10 killall ptpd
11 }