]> git.phdru.name Git - xsetbg.git/commitdiff
Renamed.
authorOleg Broytman <phd@phdru.name>
Fri, 18 Feb 2011 13:56:53 +0000 (13:56 +0000)
committerOleg Broytman <phd@phdru.name>
Fri, 18 Feb 2011 13:56:53 +0000 (13:56 +0000)
git-svn-id: file:///home/phd/archive/SVN/xsetbg/trunk@51 143022c7-580b-0410-bae3-87f2bf5d3141

xsetbg-start-http-pinger [moved from pinger-start with 82% similarity]

similarity index 82%
rename from pinger-start
rename to xsetbg-start-http-pinger
index fc6e7e48c223fce65835e1560cc3ac8d41b22028..51fee51b18a8ff32f080674776f4ca942bc51e92 100755 (executable)
@@ -4,5 +4,5 @@
 (cd "$HOME/lib/xsetbg" && \
 while true; do
    sleep 60
-   ./xsetbg-ping
+   ./xsetbg-http-change
 done) &