[cdesktopenv-devel] [PATCH] call fclose(infile) after print_progress()

2016-06-07 Thread Giacomo Comes
>From dd0568de429e134871893855f650af4bfeda1f00 Mon Sep 17 00:00:00 2001 From: Giacomo Comes Date: Tue, 7 Jun 2016 10:31:28 -0400 Subject: [PATCH] call fclose(infile) after print_progress() The function print_progress uses the pointer infile. If fclose is called before print_progress then the buil

[cdesktopenv-devel] [PATCH] Use /var/spool instead of /usr/spool on linux

2016-06-07 Thread Giacomo Comes
>From 0759a3f9f5091dab362746b95f626ed1f2aa20e5 Mon Sep 17 00:00:00 2001 From: Giacomo Comes Date: Tue, 7 Jun 2016 04:52:58 -0400 Subject: [PATCH] Use /var/spool instead of /usr/spool on linux --- cde/programs/dtcm/server/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c

Re: [cdesktopenv-devel] [PATCH] Use /var/spool instead of /usr/spool on linux

2016-06-07 Thread Brent Busby
On Tue, 7 Jun 2016, Giacomo Comes wrote: > Subject: [PATCH] Use /var/spool instead of /usr/spool on linux This would also make sense on FreeBSD or almost any modern Unix flavor. -- + Brent A. Busby + "We've all heard that a million monkeys + Sr. UNIX Systems Admin + banging on a millio

Re: [cdesktopenv-devel] [PATCH] Use /var/spool instead of /usr/spool on linux

2016-06-07 Thread Jon Trulson
On Tue, 7 Jun 2016, Giacomo Comes wrote: >> From 0759a3f9f5091dab362746b95f626ed1f2aa20e5 Mon Sep 17 00:00:00 2001 > From: Giacomo Comes > Date: Tue, 7 Jun 2016 04:52:58 -0400 > Subject: [PATCH] Use /var/spool instead of /usr/spool on linux > Applied, thanks! -- Jon Trulson "If we can hit t

Re: [cdesktopenv-devel] [PATCH] Use /var/spool instead of /usr/spool on linux

2016-06-07 Thread Jon Trulson
On Tue, 7 Jun 2016, Brent Busby wrote: > On Tue, 7 Jun 2016, Giacomo Comes wrote: > >> Subject: [PATCH] Use /var/spool instead of /usr/spool on linux > > This would also make sense on FreeBSD or almost any modern Unix flavor. > True... -- Jon Trulson "If we can hit that bull's-eye, the rest o

Re: [cdesktopenv-devel] [PATCH] call fclose(infile) after print_progress()

2016-06-07 Thread Jon Trulson
On Tue, 7 Jun 2016, Giacomo Comes wrote: >> From dd0568de429e134871893855f650af4bfeda1f00 Mon Sep 17 00:00:00 2001 > From: Giacomo Comes > Date: Tue, 7 Jun 2016 10:31:28 -0400 > Subject: [PATCH] call fclose(infile) after print_progress() > Applied, thanks! -- Jon Trulson "If we can hit that b