Don't always run Bongo as the 'root' user

This commit is contained in:
alexhudson
2009-08-23 16:45:42 +00:00
parent fca127c820
commit bf4ce71c5e
+1 -1
View File
@@ -1,5 +1,5 @@
/* The username which bongo runs as. */
#cmakedefine BONGO_USER "root"
#cmakedefine BONGO_USER "@BONGO_USER@"
// our package name
#cmakedefine PACKAGE "@CMAKE_PROJECT_NAME@"