aboutsummaryrefslogtreecommitdiff
path: root/x11/cde/files/patch-programs_dtcm_dtcm_calendarA.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11/cde/files/patch-programs_dtcm_dtcm_calendarA.c')
-rw-r--r--x11/cde/files/patch-programs_dtcm_dtcm_calendarA.c13
1 files changed, 5 insertions, 8 deletions
diff --git a/x11/cde/files/patch-programs_dtcm_dtcm_calendarA.c b/x11/cde/files/patch-programs_dtcm_dtcm_calendarA.c
index 2bfa483e6ffa..ab3f91b3887e 100644
--- a/x11/cde/files/patch-programs_dtcm_dtcm_calendarA.c
+++ b/x11/cde/files/patch-programs_dtcm_dtcm_calendarA.c
@@ -1,14 +1,11 @@
-We don't use inetd-- that involves messing with inetd.conf. May as well
-just launch as a daemon, which also deals with rpcbind dependency.
-
---- programs/dtcm/dtcm/calendarA.c.orig 2016-09-14 10:18:38 UTC
-+++ programs/dtcm/dtcm/calendarA.c
-@@ -2051,7 +2051,7 @@ error_open(Calendar *c) {
+--- programs/dtcm/dtcm/calendarA.c.orig 2021-07-03 12:35:15.000000000 -0700
++++ programs/dtcm/dtcm/calendarA.c 2021-07-12 13:58:22.306477000 -0700
+@@ -2047,7 +2047,7 @@
set_message(c->message_text, buf);
- sprintf(buf, "%s\n%s: %s, %s: %s", catgets(c->DT_catd, 1, 91,
+ sprintf(buf, "%s\n%s: %s, %s: %s", CATGETS(c->DT_catd, 1, 91,
- "rpc.cmsd is not responding for your user name.\nMake sure the inetd process is running and the entry\nin inetd.conf for rpc.cmsd is correct for your host."),
-+ "rpc.cmsd is not responding for your user name.\nMake sure that rpc.cmsd is running and enabled\nin /etc/rc.conf (dtcms_enable=yes)."),
++ "rpc.cmsd is not responding for your user name.\nMake sure the inetd process is running and the entry\nin /etc/rc.conf for rpc.cmsd is correct for your host."),
nl_user, name,
nl_host, host);