﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
311	Error with sscc /install	abwillis		"sscc /install
results in:
======================
Line 21 of Installer_Create in sscc.VRM:
+++                       Call _PasswordDBRewrite;
=====================
and quits. Apparently, it does manage to change ""/install"" to ""/config"",
and starting it again, pops up the message:
=====================
Line 25 of Installer_Create in sscc.VRM:
+++                       Call _PasswordDBRewrite;
=====================
and it quits. 
Fixed by:
{{{
Index: sscc.vrx
===================================================================
--- sscc.vrx    (revision 1019)
+++ sscc.vrx    (working copy)
@@ -89,12 +89,13 @@
 /*:VRX         __VXREXX____APPENDS__
 */
 __VXREXX____APPENDS__:
-/*
+
 #append ..\shared\swat.vrs
 #append ..\shared\nlv.vrs
 #append ..\shared\inittempdir.vrs
 #append ..\shared\sambainit.vrs
-*/
+#append ..\shared\masterpasswd.vrs
+
 return
 /*:VRX         _ActiveGroup
 */

}}}
"	defect	closed	minor		Unknown	Server 3.6.x	fixed		
