[packages] rsync: Remove trailing whitespace error from init script
authoracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 12 Apr 2011 23:18:26 +0000 (23:18 +0000)
committeracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 12 Apr 2011 23:18:26 +0000 (23:18 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26631 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/rsync/files/rsyncd.init

index a24a790..741e09c 100644 (file)
@@ -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() {