]> git.pld-linux.org Git - packages/chrony.git/commitdiff
- fix bashism
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 7 Feb 2010 18:42:51 +0000 (18:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    chronyd.init -> 1.3

chronyd.init

index 23658482d8b087edc623cf884597e00e754e0e75..5f0fd5419b9431ab26cacef0afa73ac6ff5b1306 100644 (file)
@@ -53,7 +53,7 @@ EOF
         chronycpid=$!
 
         # chronyc will hang if the daemon doesn't respond, kill it after 3 s 
-        (sleep 3; kill $chronycpid) < /dev/null &> /dev/null &
+        (sleep 3; kill $chronycpid) < /dev/null > /dev/null 2>&1 &
         killerpid=$!
 
         wait $chronycpid &> /dev/null
This page took 0.094189 seconds and 4 git commands to generate.