projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
047c796
)
oops, forgot to package ntpdate.init
author
Andy Boyett
<agb@openwrt.org>
Tue, 22 Apr 2008 23:36:24 +0000
(23:36 +0000)
committer
Andy Boyett
<agb@openwrt.org>
Tue, 22 Apr 2008 23:36:24 +0000
(23:36 +0000)
SVN-Revision: 10922
net/ntpd/Makefile
patch
|
blob
|
history
diff --git
a/net/ntpd/Makefile
b/net/ntpd/Makefile
index 3d155bafae9ac2938d247749ab0cbf2bd44a1ee7..1c1b01b0ccb6c95f742fbf2ece7062cd4c20e3ab 100644
(file)
--- a/
net/ntpd/Makefile
+++ b/
net/ntpd/Makefile
@@
-122,6
+122,8
@@
endef
define Package/ntpdate/install
$(INSTALL_DIR) $(1)/usr/sbin/
$(INSTALL_BIN) $(PKG_BUILD_DIR)/ntpdate/ntpdate $(1)/usr/sbin/
+ $(INSTALL_DIR) $(1)/etc/init.d
+ $(INSTALL_BIN) ./files/ntpdate.init $(1)/etc/init.d/ntpdate
endef
define Package/ntp-utils/install