Bugzilla – Attachment 157393 Details for
Bug 300183
yast2 common_cert misses command line support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
patch for ca-management
ca.diff (text/plain), 1.68 KB, created by
Jiří Suchomel
on 2007-08-14 12:09:28 UTC
(
hide
)
Description:
patch for ca-management
Filename:
MIME Type:
Creator:
Jiří Suchomel
Created:
2007-08-14 12:09:28 UTC
Size:
1.68 KB
patch
obsolete
>Index: VERSION >=================================================================== >--- VERSION (revision 40254) >+++ VERSION (working copy) >@@ -1 +1 @@ >-2.15.1 >+2.15.2 >Index: src/common_cert.ycp >=================================================================== >--- src/common_cert.ycp (revision 40254) >+++ src/common_cert.ycp (working copy) >@@ -17,6 +17,7 @@ > > textdomain "ca-management"; > import "CaMgm"; >+import "CommandLine"; > import "Wizard"; > import "Label"; > import "Popup"; >@@ -28,6 +29,11 @@ > y2milestone ("----------------------------------------"); > y2milestone ("common_cert module started"); > >+/** >+ * Open main dialog sequence >+ */ >+define symbol MainSequence () { >+ > Wizard::CreateDialog(); > Wizard::SetDesktopIcon("ca-management"); > >@@ -82,6 +88,15 @@ > } > until (contains ([`back, `next, `abort], ui)); > Wizard::CloseDialog(); >+} >+ >+map cmdline = $[ >+ "id" : "common_cert", >+ "help" : _("Common Server Certificate"), >+ "guihandler" : MainSequence, >+]; >+CommandLine::Run (cmdline); >+ > /* Finish */ > y2milestone("common_cert finished"); > y2milestone("----------------------------------------"); >Index: package/yast2-ca-management.changes >=================================================================== >--- package/yast2-ca-management.changes (revision 40254) >+++ package/yast2-ca-management.changes (working copy) >@@ -1,4 +1,10 @@ > ------------------------------------------------------------------- >+Tue Aug 14 13:38:04 CEST 2007 - jsuchome@suse.cz >+ >+- minimal support for command line interface (#) >+- 2.15.2 >+ >+------------------------------------------------------------------- > Mon Jul 9 11:11:44 CEST 2007 - mc@suse.de > > - update Version to 2.15.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 300183
: 157393