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 154749 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]
.spec file changes to handle winbindd --> winbind renaming
samba.spec.diff (text/plain), 1.15 KB, created by
Dmitry Butskoy
on 2007-05-15 16:38:28 UTC
(
hide
)
Description:
.spec file changes to handle winbindd --> winbind renaming
Filename:
MIME Type:
Creator:
Dmitry Butskoy
Created:
2007-05-15 16:38:28 UTC
Size:
1.15 KB
patch
obsolete
>--- samba.spec 2007-05-15 20:30:01.000000000 +0400 >+++ samba.spec.OK 2007-05-15 20:35:40.000000000 +0400 >@@ -375,7 +375,7 @@ > # new package wants them to be under /var/lib/samba for > # FHS compliance > # >-# - we must stop the dameon if running and restart it >+# - we must stop the daemon if running and restart it > # after the script if it was > # - we do not overwrite newer files > # - even if /etc/init.d/smb is in samba and not >@@ -383,6 +383,10 @@ > # are running, here as well, or we will mess up > # shared (between winbindd and smbd/nmbd) tdbs > >+# Checks whether old subsys name was used. >+[ -f /var/lock/subsys/winbindd ] && \ >+ mv -f /var/lock/subsys/winbindd /var/lock/subsys/winbind >+ > OLDPATH="/var/cache/samba" > NEWPATH="/var/lib/samba" > >@@ -392,10 +396,10 @@ > #Stop daemons before we move the files around > > #this is what condrestart checks as well >- if [ -f /var/lock/subsys/winbindd ]; then >+ 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