mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
9d2e434521
xconv is the only piece of xinetd written in perl, removing it from package also removes perl dependency. Add a new option, on by default to don't change current behavior, to select to install or not xconv. While here, re-generate patches using `make makepatch` to silence portlint PR: 205661 Approved by: maintainer timeout (> 30 days) Obtained from: pfSense Sponsored by: Rubicon Communications (Netgate)
12 lines
280 B
C
12 lines
280 B
C
--- xinetd/xconfig.h.orig 2003-02-19 17:29:28 UTC
|
|
+++ xinetd/xconfig.h
|
|
@@ -29,7 +29,7 @@
|
|
#endif
|
|
|
|
|
|
-#define DEFAULT_CONFIG_FILE "/etc/xinetd.conf"
|
|
+#define DEFAULT_CONFIG_FILE "%%PREFIX%%/etc/xinetd.conf"
|
|
|
|
/*
|
|
* This is the facility used by xinetd to log syslog messages
|