projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a288113
)
softflowd: Fix typo
author
Oliver Ertl
<oliver@ertl-net.net>
Sun, 25 Nov 2007 12:07:25 +0000
(12:07 +0000)
committer
Oliver Ertl
<oliver@ertl-net.net>
Sun, 25 Nov 2007 12:07:25 +0000
(12:07 +0000)
SVN-Revision: 9596
net/softflowd/files/softflowd.init
patch
|
blob
|
history
diff --git
a/net/softflowd/files/softflowd.init
b/net/softflowd/files/softflowd.init
index e09493deef11affd9e667b0fb86e6cbdf2504270..4fbb87547aff7ec46cb117d7d153414bc2daeeda 100644
(file)
--- a/
net/softflowd/files/softflowd.init
+++ b/
net/softflowd/files/softflowd.init
@@
-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() {