summaryrefslogtreecommitdiffstats
path: root/devel/libgtop2/files/patch-src_daemon_server.c
blob: bf0bba5c7f216797bfbec651751223ede61d7fa1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- src/daemon/server.c.orig    Mon Feb 17 15:22:19 2003
+++ src/daemon/server.c Mon Feb 17 15:23:31 2003
@@ -88,11 +88,12 @@
    if (strcmp (uts.sysname, LIBGTOP_COMPILE_SYSTEM) ||
        strcmp (uts.release, LIBGTOP_COMPILE_RELEASE) ||
        strcmp (uts.machine, LIBGTOP_COMPILE_MACHINE)) {
-       fprintf (stderr, "Can only run on %s %s %s\n",
+           fprintf (stderr, "This libgtop was compiled on %s %s %s\n",
             LIBGTOP_COMPILE_SYSTEM,
             LIBGTOP_COMPILE_RELEASE,
             LIBGTOP_COMPILE_MACHINE);
-       _exit (1);
+       fprintf (stderr, "If you see strange problems caused by it,\n");
+       fprintf (stderr, "you should recompile libgtop and dependent applications\n");
    }
 #endif
    
ath'>path: root/devel/p5-Data-Rand
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Return tj's ports to the pool after his commit bit got safekept.Rene Ladan2018-11-071-1/+1
|
* Update WWWSunpoet Po-Chuan Hsieh2018-05-281-1/+1
| | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | Sponsored by: Absolight
* Convert tab after WWW: in pkg-descrs to single space as per PHBDmitry Marakasov2016-05-24