From fdf221831f9b5a813fd9cbee0188783d5fade041 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 5 Sep 2008 18:22:39 +0000 Subject: [PATCH] only start ntpd from hotplug SVN-Revision: 12539 --- net/openntpd/files/ntpd.init | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/net/openntpd/files/ntpd.init b/net/openntpd/files/ntpd.init index 0deb064664..0d6c7a10b6 100644 --- a/net/openntpd/files/ntpd.init +++ b/net/openntpd/files/ntpd.init @@ -2,6 +2,11 @@ # Copyright (C) 2006 OpenWrt.org START=60 + +boot() { + return 0 +} + start() { mkdir -p `awk -F: '/^ntp:/{print $6}' /etc/passwd` mkdir -p /var/db/ -- 2.30.2