CWS-TOOLING: integrate CWS hr76
This commit is contained in:
commit
0c71132c94
1 changed files with 2 additions and 2 deletions
|
@ -120,8 +120,8 @@ public class SolarisHelper {
|
|||
String mailLine = "mail=";
|
||||
adminFile.add(mailLine);
|
||||
|
||||
String conflictLine = "conflict=quit";
|
||||
if ( data.isUserInstallation() ) { conflictLine = "conflict=nocheck"; }
|
||||
String conflictLine = "conflict=nochange";
|
||||
if ( data.isUserInstallation() ) { conflictLine = "conflict=nochange"; }
|
||||
adminFile.add(conflictLine);
|
||||
|
||||
String runlevelLine = "runlevel=nocheck";
|
||||
|
|
Loading…
Reference in a new issue