Changeset aa6d24d in freewrt
- Timestamp:
- Mar 24, 2007, 1:47:30 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 3c3c38d
- Parents:
- cc05db0
- File:
-
- 1 edited
-
package/ntpclient/files/ntpclient.init (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/ntpclient/files/ntpclient.init
rcc05db0 raa6d24d 3 3 ifup) 4 4 ps x | grep 'bin/[n]tpclient' >&- || { 5 ip route show 2>&- | grep '^default' >&- && /usr/sbin/ntpclient -c 1 -s -h pool.ntp.org&5 ip route show 2>&- | grep '^default' >&- && /usr/sbin/ntpclient -c 1 -s -h ${ntp_server:-pool.ntp.org} & 6 6 } 7 7 ;;
Note:
See TracChangeset
for help on using the changeset viewer.
