summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-11-23 14:25:35 +0000
committerRoy Marples <roy@marples.name>2007-11-23 14:25:35 +0000
commit33852baf525800e9745ccc666db24a7a01a1d892 (patch)
tree379c32b50aa96100fea502f5ff5b01d11ce44c81
parentd7ea2987d6ba92206202f389e3e157407d6bb5a4 (diff)
downloadopenrc-33852baf525800e9745ccc666db24a7a01a1d892.tar.gz
openrc-33852baf525800e9745ccc666db24a7a01a1d892.tar.bz2
openrc-33852baf525800e9745ccc666db24a7a01a1d892.tar.xz
Fix version and depend on ntpdate too
-rw-r--r--Makefile2
-rw-r--r--init.d.misc/ntpd2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 24ac5eb..1ba393a 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
# Distributed under the terms of the GNU General Public License v2
NAME = openrc
-VERSION = 1.0
+VERSION = 0.1
PKG = $(NAME)-$(VERSION)
SUBDIR = conf.d etc init.d man net runlevels sh src
diff --git a/init.d.misc/ntpd b/init.d.misc/ntpd
index 000bf36..e0b20a7 100644
--- a/init.d.misc/ntpd
+++ b/init.d.misc/ntpd
@@ -34,7 +34,7 @@ name="Network Time Protocol Daemon"
depend() {
use dns
need localmount
- after bootmisc ntp-client
+ after bootmisc ntpdate ntp-client
}
start_pre() {