[packages] gstreamer: update to 0.10.29, rework Makefile:
[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 }