- Specify path to pidfile in rc script PR: 210912, 213030 Submitted by: Marc Siebeneicher, Brent Busby
11 lines
482 B
Text
11 lines
482 B
Text
--- Makefile.in.orig 2016-10-03 20:44:13 UTC
|
|
+++ Makefile.in
|
|
@@ -866,7 +866,7 @@ install-nslcd_conf:
|
|
echo "$(DESTDIR)$(NSLCD_CONF_PATH) already exists, install will not overwrite"; \
|
|
else \
|
|
$(mkinstalldirs) `dirname $(DESTDIR)$(NSLCD_CONF_PATH)`; \
|
|
- $(INSTALL) -m 600 $(srcdir)/nslcd.conf $(DESTDIR)$(NSLCD_CONF_PATH); \
|
|
+ $(INSTALL) -m 600 $(srcdir)/nslcd.conf $(DESTDIR)$(NSLCD_CONF_PATH).sample; \
|
|
fi
|
|
uninstall-nslcd_conf:
|
|
-rm -f $(DESTDIR)$(NSLCD_CONF_PATH)
|