mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 19:13:27 -04:00
Summary: Add 'rtg' user and group in UIDs/GIDs. Use daemon(8) to daemonize rtgpoll. Add prestart commands to set correct permissions for RTG's files. Reviewers: swills, allanjude, xmj, andrew.fengler_scaleengine.com, #contributor_reviewers_ports, matthew Reviewed By: #contributor_reviewers_ports, matthew Subscribers: matthew, mat Differential Revision: https://reviews.freebsd.org/D7486
27 lines
763 B
C
27 lines
763 B
C
--- config/config.h.in.orig 2003-09-25 15:21:14 UTC
|
|
+++ config/config.h.in
|
|
@@ -91,19 +91,19 @@
|
|
#undef PACKAGE
|
|
|
|
/* Define to the address where bug reports for this package should be sent. */
|
|
-#undef PACKAGE_BUGREPORT
|
|
+#undef RTG_PACKAGE_BUGREPORT
|
|
|
|
/* Define to the full name of this package. */
|
|
-#undef PACKAGE_NAME
|
|
+#undef RTG_PACKAGE_NAME
|
|
|
|
/* Define to the full name and version of this package. */
|
|
-#undef PACKAGE_STRING
|
|
+#undef RTG_PACKAGE_STRING
|
|
|
|
/* Define to the one symbol short name of this package. */
|
|
-#undef PACKAGE_TARNAME
|
|
+#undef RTG_PACKAGE_TARNAME
|
|
|
|
/* Define to the version of this package. */
|
|
-#undef PACKAGE_VERSION
|
|
+#undef RTG_PACKAGE_VERSION
|
|
|
|
/* Define as the return type of signal handlers (`int' or `void'). */
|
|
#undef RETSIGTYPE
|