7079223 Default name of profile created by 'sysconfig create-profile' not consistent
authorWilliam Schumann <william.schumann@sun.com>
Mon, 15 Aug 2011 02:37:08 -0700
changeset 1385 0f74e9631185
parent 1384 bd0db82c0cc7
child 1386 e743b0ae27b4
7079223 Default name of profile created by 'sysconfig create-profile' not consistent
usr/src/cmd/system-config/__init__.py
--- a/usr/src/cmd/system-config/__init__.py	Fri Aug 12 11:21:33 2011 -0600
+++ b/usr/src/cmd/system-config/__init__.py	Mon Aug 15 02:37:08 2011 -0700
@@ -181,7 +181,7 @@
 UNCONFIG_PROFILE_DEST = os.path.join(PROFILE_PATH, UNCONFIG_PROFILE)
 
 # default locations
-DEFAULT_SC_PROFILE = "profile_sc_manifest.xml"
+DEFAULT_SC_PROFILE = "sc_profile.xml"
 DEFAULT_SC_LOCATION = os.path.join(VOLATILE_PATH, "profile",
                                    DEFAULT_SC_PROFILE)