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 145063 Details for
Bug 221847
/tmp/autoXXXXXX remnants littering /tmp
[?]
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]
Fix typo in var when removing temp directory
autofs-5.0.1-rc2-fix-typo-rmdir-temp.patch (text/plain), 310 bytes, created by
Ian Kent
on 2007-01-08 15:41:22 UTC
(
hide
)
Description:
Fix typo in var when removing temp directory
Filename:
MIME Type:
Creator:
Ian Kent
Created:
2007-01-08 15:41:22 UTC
Size:
310 bytes
patch
obsolete
>diff --git a/modules/mount_bind.c b/modules/mount_bind.c >index 16ae758..cb17ce4 100644 >--- a/modules/mount_bind.c >+++ b/modules/mount_bind.c >@@ -64,7 +64,7 @@ int mount_init(void **context) > spawn_umount(log_debug, "-n", t2_dir, NULL); > > out: >- rmdir(t2_dir); >+ rmdir(t1_dir); > rmdir(t2_dir); > > return 0;
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 221847
: 145063