remove stupid feature from ntpclient hotplug script and remove whitespace errors
[openwrt/svn-archive/archive.git] / lang / php4 / files / php.init
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org
3 START=50
4
5 start() {
6 $BIN -b $PORT &
7 }
8
9 stop() {
10 killall php
11 }
12