Univention Bugzilla – Attachment 5964 Details for
Bug 35165
add switch (-P) to initialize handlers only, but not start from scratch (which is what -i does)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
initialize_only_but_not_from_scratch.patch
initialize_only_but_not_from_scratch.patch (text/plain), 862 bytes, created by
Felix Botner
on 2014-06-19 11:20:13 CEST
(
hide
)
Description:
initialize_only_but_not_from_scratch.patch
Filename:
MIME Type:
Creator:
Felix Botner
Created:
2014-06-19 11:20:13 CEST
Size:
862 bytes
patch
obsolete
>Index: src/main.c >=================================================================== >--- src/main.c (Revision 51191) >+++ src/main.c (Arbeitskopie) >@@ -184,6 +184,7 @@ > fprintf(stderr, " -g start from scratch (remove cache)\n"); > fprintf(stderr, " -i initialize handlers only\n"); > fprintf(stderr, " -o write transaction file\n"); >+ fprintf(stderr, " -P initialize handlers only, but not from scratch\n"); > } > > >@@ -388,7 +389,7 @@ > for (;;) { > int c; > >- c = getopt(argc, argv, "d:FH:h:p:b:D:w:y:xZY:U:R:Km:Bc:giol:"); >+ c = getopt(argc, argv, "d:FH:h:p:b:D:w:y:xZY:U:R:Km:Bc:giol:P"); > if (c < 0) > break; > switch (c) { >@@ -479,6 +480,11 @@ > case 'B': > backup_notifier = 1; > break; >+ case 'P': >+ foreground = true; >+ from_scratch = false; >+ initialize_only = true; >+ break; > default: > usage(); > exit(1);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 35165
: 5964