summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-11-09 20:48:51 +0000
committerRoy Marples <roy@marples.name>2007-11-09 20:48:51 +0000
commit816ad2eab1a0dc05931d71379859682fe6b00da8 (patch)
tree68643eeade178c7a3089b5cb1e5e6d3d511414f7 /README
parent2669c8a63bb883fd81bed2bc539f09d0367536e0 (diff)
downloaddhcpcd-816ad2eab1a0dc05931d71379859682fe6b00da8.tar.xz
Add knobs to work with RedHat, Slackware and generic SYSV init scripts
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index f5a60849..11e56c91 100644
--- a/README
+++ b/README
@@ -24,3 +24,10 @@ Notes
-----
If you're cross compiling you may need to send HAVE_FORK=yes or HAVE_FORK=no
to the make command to avoid to automatic test.
+
+We try and detect how to restart ntp and ypbind, you can override this with
+HAVE_INIT=no or force one of these values
+ORC (OpenRC as used by Gentoo (forked from baselayout))
+BRC (BSD RC system - /etc/rc.d/ntpd restart )
+SERVICE (RedHat service command - service ntpd restart)
+SYSV (SYSV style - /etc/init.d/ntpd restart)