From 183faa4cde559ae844b7f6123f2799a9e3229025 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sun, 4 Jan 2015 23:15:48 -0600 Subject: [PATCH] point to the correct file for OS X privsep user instructions --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 00f0938..a73ad5f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -75,7 +75,7 @@ install-exec-hook: echo " # chown 0 \"$(PRIVSEP_PATH)\"" ; \ echo " # chgrp 0 \"$(PRIVSEP_PATH)\"" ; \ echo " # chmod 0755 "$(PRIVSEP_PATH)\""" ; \ - echo " For OS X, see README.OSX" ; \ + echo " For OS X, see INSTALL for alternate instructions" ; \ fi @if egrep "^$(PRIVSEP_USER):" /etc/group >/dev/null; then \ : ; \ @@ -84,7 +84,7 @@ install-exec-hook: echo " Please create a dedicated group for ntpd." ; \ echo " On Linux / BSD systems, this will probably work:"; \ echo " # groupadd $(PRIVSEP_USER)" ; \ - echo " For OS X, see README.OSX" ; \ + echo " For OS X, see INSTALL for alternate instructions" ; \ fi @if egrep "^$(PRIVSEP_USER):" /etc/passwd >/dev/null; then \ : ; \ @@ -94,7 +94,7 @@ install-exec-hook: echo " not be used to log in." ; \ echo " On Linux / BSD systems, this will probably work:" ; \ echo " # useradd -g $(PRIVSEP_USER) -s /sbin/nologin -d $(PRIVSEP_PATH) -c 'OpenNTP daemon' $(PRIVSEP_USER)" ; \ - echo " For OS X, see README.OSX" ; \ + echo " For OS X, see INSTALL for alternate instructions" ; \ fi echo