The default configuration file now refers to the correct property
name for setting the framework's beginning start level. (FELIX-1198)


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@783403 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/main/src/main/resources/config.properties b/main/src/main/resources/config.properties
index 66c91c1..c1e0a64 100644
--- a/main/src/main/resources/config.properties
+++ b/main/src/main/resources/config.properties
@@ -56,7 +56,7 @@
 felix.log.level=${log.level}
 
 # Sets the initial start level of the framework upon startup.
-#org.osgi.framework.startlevel=1
+#org.osgi.framework.startlevel.beginning=1
 
 # Sets the start level of newly installed bundles.
 #felix.startlevel.bundle=1