Bug 119986
| Summary: | Pam return code not checked | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Steve Grubb <linux_4ever> | ||||
| Component: | util-linux | Assignee: | Elliot Lee <sopwith> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Ben Levenson <benl> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | ||||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2004-06-02 17:23:17 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 114963 | ||||||
| Attachments: |
|
||||||
|
Description
Steve Grubb
2004-04-04 17:36:09 UTC
Created attachment 99098 [details]
Fixes pam return code checks
Please apply before fedora core2 final
Applied in CVS - thanks for the patch! Thanks for including the patch...however you forgot to actually apply
the patch. e.g. :
--- util-linux.spec.orig 2004-05-12 09:52:53.000000000 -0400
+++ util-linux.spec 2004-05-12 09:53:29.000000000 -0400
@@ -247,6 +247,8 @@
%patch1040 -p1 -b .nfsmount
%patch1001 -p1 -b .nfssloppy
+%patch145 -p1 -b .pam
+
%build
unset LINGUAS || :
This is in CVS currently. |