Univention Bugzilla – Attachment 5732 Details for
Bug 33918
ucs-school-netlogon.py doesn't create executable files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to make the resulting script executable
ucs-school-netlogon_make_script_executable.patch (text/plain), 436 bytes, created by
Jan Christoph Ebersbach
on 2014-01-13 17:44:04 CET
(
hide
)
Description:
Patch to make the resulting script executable
Filename:
MIME Type:
Creator:
Jan Christoph Ebersbach
Created:
2014-01-13 17:44:04 CET
Size:
436 bytes
patch
obsolete
>--- ucs-school-netlogon/conffiles/ucs-school-netlogon.py >+++ ucs-school-netlogon/conffiles/ucs-school-netlogon.py >@@ -164,5 +164,5 @@ def handler(configRegistry, changes): > # hmm, do nothing > pass > fn.close() >- os.chmod(filename, (stat.S_IRUSR | stat.S_IWUSR | stat.S_IRGRP | stat.S_IROTH)) >+ os.chmod(filename, (stat.S_IRWXU | stat.S_IRGRP | stat.S_IXGRP | stat.S_IROTH | stat.S_IXOTH)) > os.chown(filename, 0, 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 33918
: 5732