Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cosmetic change (append newline) #3580

Closed
monetdb-team opened this issue Nov 30, 2020 · 0 comments
Closed

cosmetic change (append newline) #3580

monetdb-team opened this issue Nov 30, 2020 · 0 comments
Labels
bug Something isn't working minor Server Tools

Comments

@monetdb-team
Copy link

Date: 2014-09-20 12:38:20 +0200
From: @skinkie
To: Merovingian devs <>
Version: 11.17.21 (Jan2014-SP3)

Last updated: 2014-11-28 10:03:19 +0100

Comment 20172

Date: 2014-09-20 12:38:20 +0200
From: @skinkie

User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.68 Safari/537.36
Build Identifier:

diff -r b7209fd14d0c tools/merovingian/daemon/argvcmds.c
--- a/tools/merovingian/daemon/argvcmds.c Fri Sep 19 11:44:56 2014 +0200
+++ b/tools/merovingian/daemon/argvcmds.c Sat Sep 20 12:36:32 2014 +0200
@@ -55,7 +55,7 @@
} else if (strcmp(argv[1], "start") == 0) {
printf("usage: monetdbd start [-n] \n");
printf(" Starts the monetdbd deamon for the given dbfarm.\n");

  •           printf("  When -n is given, monetdbd will not fork into the background.");
    
  •           printf("  When -n is given, monetdbd will not fork into the background.\n");
      } else if (strcmp(argv[1], "stop") == 0) {
              printf("usage: monetdbd stop <dbfarm>\n");
              printf("  Stops a running monetdbd deamon for the given dbfarm.\n");
    

Reproducible: Always

Comment 20409

Date: 2014-10-31 16:03:35 +0100
From: MonetDB Mercurial Repository <>

Changeset 297a07087c52 made by Sjoerd Mullender sjoerd@acm.org in the MonetDB repo, refers to this bug.

For complete details, see http//devmonetdborg/hg/MonetDB?cmd=changeset;node=297a07087c52

Changeset description:

Add newline to output per Stefan de Konink's patch.
Fixes bug #3580.

Comment 20470

Date: 2014-11-28 10:03:19 +0100
From: @sjoerdmullender

Oct2014-SP1 has been released.

@monetdb-team monetdb-team added bug Something isn't working minor Server Tools labels Nov 30, 2020
@sjoerdmullender sjoerdmullender added this to the Ancient Release milestone Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working minor Server Tools
Projects
None yet
Development

No branches or pull requests

2 participants