ip-up script, so that we can get time from network after successful connection

SVN-Revision: 783
This commit is contained in:
Waldemar Brodkorb 2005-05-01 11:03:00 +00:00
parent 6777ecb5a5
commit ad4d414c5b
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#!/bin/sh
ntp_server=$(nvram get ntp_server)
/usr/sbin/rdate ${ntp_server}