[osm-tile-server] 41/117: Actually run command

Ruben Undheim rubund-guest at moszumanska.debian.org
Tue Nov 3 23:18:18 UTC 2015


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository osm-tile-server.

commit 10f12ff6b5dc00f0356d4272c4827ec3e0184030
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Thu Sep 3 20:49:33 2015 +0200

    Actually run command
---
 src/osm-tile-server-import.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/osm-tile-server-import.c b/src/osm-tile-server-import.c
index 5e3dd85..d29be13 100644
--- a/src/osm-tile-server-import.c
+++ b/src/osm-tile-server-import.c
@@ -40,7 +40,7 @@ int main(int argc, char **argv)
 	snprintf(command,255,"osm2pgsql --slim -d %s --cache-strategy sparse -C 100 --hstore -S /usr/share/osm2pgsql/default.style /usr/share/osm-tile-server-base/samples/liechtenstein-latest.osm.pbf",dbname);
 	printf("Importing to database with this command:\n\n");
 	printf(" %s\n\n",command);
-	//system(command);
+	system(command);
 
 	return 0;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osm-tile-server.git



More information about the Pkg-grass-devel mailing list