From 175f28517a60661d089a4380372e626f1bff0e80 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 10 Aug 1997 19:07:52 +0000 Subject: Add uname -a to debugging output. svn path=/trunk/; revision=1259 --- fetchmail.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fetchmail.c b/fetchmail.c index 27960e3c..172abc99 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -118,8 +118,13 @@ int main (int argc, char **argv) setvbuf(stdout, NULL, _IOLBF, POPBUFSIZE); if (versioninfo) + { printf("This is fetchmail release %s\n", RELEASE_ID); + /* this is an attempt to help remote debugging */ + system("uname -a"); + } + /* avoid parsing the config file if all we're doing is killing a daemon */ if (!quitmode) implicitmode = load_params(argc, argv, optind); -- cgit v1.2.3