Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 945186 Details for
Bug 1149932
Add 'warning' option to produce more logging output.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to add -w and -warnings option.
nss-pam-ldapd-0.7.x-warningsflag.patch (text/plain), 1.52 KB, created by
Paul Wayper
on 2014-10-08 23:47:10 UTC
(
hide
)
Description:
Patch to add -w and -warnings option.
Filename:
MIME Type:
Creator:
Paul Wayper
Created:
2014-10-08 23:47:10 UTC
Size:
1.52 KB
patch
obsolete
>--- nss-pam-ldapd-0.7.5/nslcd/nslcd.c 2014-10-09 09:24:37.316814876 +1100 >+++ nss-pam-ldapd-0.7.5/nslcd/nslcd.c.warningsflag 2014-10-08 11:18:57.914490638 +1100 >@@ -117,6 +117,7 @@ > fprintf(fp,"Name Service LDAP connection daemon.\n"); > fprintf(fp," -c, --check check if the daemon already is running\n"); > fprintf(fp," -d, --debug don't fork and print debugging to stderr\n"); >+ fprintf(fp," -w, --warnings don't fork and print warnings to stderr\n"); > fprintf(fp," --help display this help and exit\n"); > fprintf(fp," --version output version information and exit\n"); > fprintf(fp,"\n" >@@ -128,11 +129,12 @@ > { > { "check", no_argument, NULL, 'c' }, > { "debug", no_argument, NULL, 'd' }, >+ { "warnings", no_argument, NULL, 'w' }, > { "help", no_argument, NULL, 'h' }, > { "version", no_argument, NULL, 'V' }, > { NULL, 0, NULL, 0 } > }; >-#define NSLCD_OPTIONSTRING "cdhV" >+#define NSLCD_OPTIONSTRING "cdhwV" > > /* parse command line options and save settings in struct */ > static void parse_cmdline(int argc,char *argv[]) >@@ -149,6 +151,10 @@ > nslcd_debugging++; > log_setdefaultloglevel(LOG_DEBUG); > break; >+ case 'w': /* -w, --warning use with debug flag to get more information */ >+ nslcd_debugging++; >+ log_setdefaultloglevel(LOG_DEBUG | LOG_WARNING); >+ break; > case 'h': /* --help display this help and exit */ > display_usage(stdout,argv[0]); > exit(EXIT_SUCCESS);
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 1149932
:
944417
|
944446
| 945186