Univention Bugzilla – Attachment 4096 Details for
Bug 21587
Join mit angepasster umask
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix join fail with modified umask
univention-join.diff (text/plain), 446 bytes, created by
Lukas Walter
on 2012-01-16 15:06:09 CET
(
hide
)
Description:
fix join fail with modified umask
Filename:
MIME Type:
Creator:
Lukas Walter
Created:
2012-01-16 15:06:09 CET
Size:
446 bytes
patch
obsolete
>Index: univention-join >=================================================================== >--- univention-join (Revision 30286) >+++ univention-join (Arbeitskopie) >@@ -41,7 +41,10 @@ > SIMPLEGUI="" > TYPE= > REMOVE_PWD_FILE="" >+UMASK=$(umask) > >+umask "0022" >+ > display_help() { > display_header > cat <<-EOL >@@ -758,4 +761,6 @@ > univention-config-registry commit /etc/resolv.conf >>/var/log/univention/join.log 2>&1 > fi > >+umask "$UMASK" >+ > exit 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 21587
:
4096
|
4097