From: Vasilis Tsiligiannis Date: Tue, 12 Apr 2011 23:18:26 +0000 (+0000) Subject: rsync: Remove trailing whitespace error from init script X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=b6361f3ab4045112441f581a04d7c284cfa214ad;p=openwrt%2Fsvn-archive%2Fpackages.git rsync: Remove trailing whitespace error from init script SVN-Revision: 26631 --- diff --git a/net/rsync/files/rsyncd.init b/net/rsync/files/rsyncd.init index a24a7901e..741e09c34 100644 --- a/net/rsync/files/rsyncd.init +++ b/net/rsync/files/rsyncd.init @@ -7,7 +7,7 @@ PID=/var/run/rsyncd.pid SSD=start-stop-daemon start() { - $SSD -p $PID -S -x $BIN -- --daemon + $SSD -p $PID -S -x $BIN -- --daemon } stop() {