diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-18 13:30:05 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-18 13:30:05 +0000 |
commit | 21afb81133c6efe3e0b3afed6438cf622760cc61 (patch) | |
tree | dac3ae5680746517b61954f7e7292de64ad8fdf1 /openwrt/package/ntpclient/files/ntpclient.init | |
parent | 124b777b68e28efbaa970898eb21117dd9ed94bb (diff) | |
download | mtk-20170518-21afb81133c6efe3e0b3afed6438cf622760cc61.zip mtk-20170518-21afb81133c6efe3e0b3afed6438cf622760cc61.tar.gz mtk-20170518-21afb81133c6efe3e0b3afed6438cf622760cc61.tar.bz2 |
Convert ntpclient to new packaging style
SVN-Revision: 933
Diffstat (limited to 'openwrt/package/ntpclient/files/ntpclient.init')
-rw-r--r-- | openwrt/package/ntpclient/files/ntpclient.init | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/ntpclient/files/ntpclient.init b/openwrt/package/ntpclient/files/ntpclient.init new file mode 100644 index 0000000..16a75ca --- /dev/null +++ b/openwrt/package/ntpclient/files/ntpclient.init @@ -0,0 +1,2 @@ +#!/bin/sh +/usr/sbin/ntpclient -c 1 -s -h pool.ntp.org |