From: acinonyx Date: Tue, 12 Apr 2011 23:18:26 +0000 (+0000) Subject: [packages] rsync: Remove trailing whitespace error from init script X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=e9106c90a6d14ec0418484942d9e09eb1ce43817;p=packages.git [packages] rsync: Remove trailing whitespace error from init script git-svn-id: svn://svn.openwrt.org/openwrt/packages@26631 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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() {