]> git.pld-linux.org Git - packages/rdate.git/blobdiff - rdate.init
- just make it look better
[packages/rdate.git] / rdate.init
index 48415fac319ebb4d59e7b4c9ada3cc426d2cddc2..4f32089dd5fbe838962ec578f3036b3ef9b41816 100644 (file)
@@ -26,7 +26,7 @@ case "$1" in
        # Check if we have to do anything:
        if [ "$SET_TIME" = "yes" ]; then
                if [ -n "$RDATE_SERVER" ]; then
-                       run_cmd "Setting time from remote server " rdate -s -l $RDATE_SERVER
+                       run_cmd "Setting time from remote server: $RDATE_SERVER" rdate -s -l $RDATE_SERVER
                fi
        fi
        ;;
@@ -35,6 +35,7 @@ case "$1" in
        ;;
   status)
        # What can we ask??
+       # Maybe some comparition time/date local and remote?
        ;;
   *)
        msg_usage "$0 {start|stop|restart|status}"
This page took 0.053791 seconds and 4 git commands to generate.