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 153413 Details for
Bug 226387
Merge Review: samba
[?]
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]
proposed .spec changes to handle winbindd --> winbind change
samba.spec.diff-2 (text/plain), 668 bytes, created by
Dmitry Butskoy
on 2007-04-25 11:34:39 UTC
(
hide
)
Description:
proposed .spec changes to handle winbindd --> winbind change
Filename:
MIME Type:
Creator:
Dmitry Butskoy
Created:
2007-04-25 11:34:39 UTC
Size:
668 bytes
patch
obsolete
>--- samba.spec 2007-03-30 23:39:40.000000000 +0400 >+++ samba.spec-OK 2007-04-25 15:29:00.000000000 +0400 >@@ -396,11 +396,16 @@ > > #Stop daemons before we move the files around > >- #this is what condrestart checks as well >+ # check for old subsys name... > if [ -f /var/lock/subsys/winbindd ]; then >+ mv -f /var/lock/subsys/winbindd /var/lock/subsys/winbind >+ fi >+ >+ #this is what condrestart checks as well >+ if [ -f /var/lock/subsys/winbind ]; then > /sbin/service winbind stop >/dev/null 2>&1 || : > # Use a dirty trick to fool condrestart later >- touch /var/lock/subsys/winbindd >+ touch /var/lock/subsys/winbind > fi > > if [ -f /var/lock/subsys/smb ]; then
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 226387
:
151207
|
152814
|
152907
|
153413
|
154749
|
158345