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

Trivial typo in debian/monetdb5-sql.init.d #3601

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

Trivial typo in debian/monetdb5-sql.init.d #3601

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-10-13 13:09:04 +0200
From: Richard Hughes <<richard.monetdb>>
To: Merovingian devs <>
Version: 11.17.21 (Jan2014-SP3)

Last updated: 2014-10-31 14:14:15 +0100

Comment 20287

Date: 2014-10-13 13:09:04 +0200
From: Richard Hughes <<richard.monetdb>>

diff -r 076936b3e9fa debian/monetdb5-sql.init.d
--- a/debian/monetdb5-sql.init.d Mon Oct 13 10:36:56 2014 +0100
+++ b/debian/monetdb5-sql.init.d Mon Oct 13 12:06:49 2014 +0100
@@ -49,14 +49,14 @@
init() {
if [ ! -d ${DBFARM} ]; then
mkdir ${DBFARM}

  •           echo "${DBDARM} doesn't exists, creating..."
    
  •           echo "${DBFARM} doesn't exists, creating..."
    

    fi

      chown -R monetdb.monetdb ${DBFARM}
      chmod 770 ${DBFARM}
    
      if [ ! -f ${DBFARM}/.merovingian_properties ]; then
    
  •           echo "${DBDARM} not initialized, initializing..."
    
  •           echo "${DBFARM} not initialized, initializing..."
              sudo -u monetdb ${DAEMON} create ${DBFARM} || exit 1
      fi
    

}

Comment 20288

Date: 2014-10-13 14:03:40 +0200
From: MonetDB Mercurial Repository <>

Changeset a0eb5cfb9839 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=a0eb5cfb9839

Changeset description:

Fix typos found by Richard Hughes (thanks!)
Fixes bug #3601.

Comment 20361

Date: 2014-10-31 14:14:15 +0100
From: @sjoerdmullender

Oct2014 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