mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
Additional change required to fixup pkg-plist was to move rc.d files to their proper location. MFH: 2020Q3 (fixes 13-CURRENT build errors)
9 lines
410 B
Text
9 lines
410 B
Text
--- samples/rc.d/Makefile.am.orig 2020-03-18 13:57:19.000000000 -0700
|
|
+++ samples/rc.d/Makefile.am 2020-06-29 14:50:50.509434000 -0700
|
|
@@ -5,6 +5,5 @@
|
|
install-exec-hook:
|
|
$(INSTALL) -d $(sysconfdir)/rc.d
|
|
$(INSTALL_SCRIPT) iked $(sysconfdir)/rc.d/iked
|
|
- $(INSTALL_SCRIPT) kinkd $(sysconfdir)/rc.d/kinkd
|
|
$(INSTALL_SCRIPT) spmd $(sysconfdir)/rc.d/spmd
|
|
$(INSTALL_SCRIPT) racoon2 $(sysconfdir)/rc.d/racoon2
|