Debian should just install the (genuine flagship mainline supported) ntp package.
$ w3m -dump /usr/share/doc/ntp-doc/html/ntpdate.html Disclaimer: The functionality of this program is now available in the ntpd program. See the -q command line option in the ntpd - Network Time Protocol (NTP) daemon page. After a suitable period of mourning, the ntpdate program is to be retired from this distribution I tried to warn people: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=428116 Now of course the phone is not usually connected to a time source at boot, so perhaps put a pair of links in /etc/network/if-*.d like I do for my desktop computer: $ cat /etc/ppp/ip-up.d/ntp #linked to /etc/ppp/ip-down.d/ntp #!/bin/sh -eu case $0 in *up*) f=start;; *down*) f=stop;; esac /etc/init.d/ntp $f However the phone probably drifts more than the desktop, so perhaps just run it from boot... _______________________________________________ Smartphones-userland mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland
