The Samba-Bugzilla – Attachment 2805 Details for
Bug 4770
Change of pidfile creation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
CHange the alternitave Pid FIle name
samba_pid.patch (text/plain), 558 bytes, created by
Chris Paulheim
on 2007-07-10 04:14:16 UTC
(
hide
)
Description:
CHange the alternitave Pid FIle name
Filename:
MIME Type:
Creator:
Chris Paulheim
Created:
2007-07-10 04:14:16 UTC
Size:
558 bytes
patch
obsolete
>39c39 >< slprintf(pidFile, sizeof(pidFile)-1, "%s/%s.pid", lp_piddir(), name); >--- >> slprintf(pidFile, sizeof(pidFile), "%s/%s.pid", lp_piddir(), name-1); >100a101 >> 1[strrchr(dyn_CONFIGFILE, '.')-1] = '\0'; >103c104 >< slprintf( name, sizeof( name)-1, "%s-%s", program_name, short_configfile+1); >--- >> slprintf( name, sizeof( name), "%s-%s", program_name, short_configfile); >106c107 >< slprintf(pidFile, sizeof(pidFile)-1, "%s/%s.pid", lp_piddir(), name); >--- >> slprintf(pidFile, sizeof(pidFile), "%s/%s.pid", lp_piddir(), name);
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 Raw
Actions:
View
Attachments on
bug 4770
: 2805