diff options
author | Robby Workman <rw@rlworkman.net> | 2010-05-11 19:45:58 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 19:45:58 +0200 |
commit | 48616fd06a411aa24cb0d4da91377285abcf5229 (patch) | |
tree | 72799cf9b51d13ded30e0e482529409982fe726b /network/openntpd/README | |
parent | fd421664f29c55daf55c7fe2ccd4bcdfc246071b (diff) | |
download | slackbuilds-48616fd06a411aa24cb0d4da91377285abcf5229.tar.gz |
network/openntpd: Updated for version 3.9p1
Diffstat (limited to 'network/openntpd/README')
-rw-r--r-- | network/openntpd/README | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/network/openntpd/README b/network/openntpd/README index 218a49a43e..3385075fc5 100644 --- a/network/openntpd/README +++ b/network/openntpd/README @@ -9,9 +9,8 @@ You will need to add the "_ntp" user and group to /etc/passwd and /etc/group if it's not present on your system. Without these groups, the package will not work. -You will also need to call the /etc/rc.d/rc.ntpd script from one of -your startup scripts if you want OpenNTPD to start at boot; one way -is to add something like this to /etc/rc.d/rc.local: - if [ -x /etc/rc.d/rc.ntpd ]; then - /etc/rc.d/rc.ntpd start - fi +This package conflicts with the "ntp" package included with Slackware, +so only one of them should be installed at any given time. +The /etc/rc.d/rc.ntpd script in Slackware 12.0 will not work with +OpenNTPD; be sure to move the /etc/rc.d/rc.ntpd.new over if you want +it to work. |