Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(377)

Unified Diff: tcsd.conf

Issue 6793028: Fixed a minor 'umask' that couldn't have worked. (Closed) Base URL: ssh://gitrw.chromium.org:9222/init.git@master
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tcsd.conf
diff --git a/tcsd.conf b/tcsd.conf
index c7cb49d4186085d9458254d74116eace3f337bfc..9aa9a9504a8fe40914ae1a9b3ea64825e3a89a02 100644
--- a/tcsd.conf
+++ b/tcsd.conf
@@ -55,7 +55,7 @@ pre-start script
/var/lib/tpm/system.data
umask 0133
touch /var/lib/.tpm_owned
- umask $(current_mask)
+ umask ${current_mask}
jrbarnette 2011/04/05 00:52:38 Yeesh. Yes, it was broken. The impact was more th
diandersAtChromium 2011/04/05 03:10:37 Done.
fi
fi
fi
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698