[Packages] softflowd: Fix typo

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9596 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
olli 2007-11-25 12:07:25 +00:00
parent f749d6d9d0
commit 4251f0dbb7

View File

@ -50,7 +50,7 @@ stop_service() {
[ -n "$pid_file" ] || pid_file="$pidfile"
# FIXME
$SSD -K -p $pid_file -q && rm -f /var/run/$control_socket
$SSD -K -p $pid_file -q && rm -f $control_socket
}
start() {