[packages] rsync: Remove trailing whitespace error from init script

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26631 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acinonyx 2011-04-12 23:18:26 +00:00
parent 5d80725870
commit e9106c90a6

View File

@ -7,7 +7,7 @@ PID=/var/run/rsyncd.pid
SSD=start-stop-daemon SSD=start-stop-daemon
start() { start() {
$SSD -p $PID -S -x $BIN -- --daemon $SSD -p $PID -S -x $BIN -- --daemon
} }
stop() { stop() {