From 2bd178e259a4499f6c90e17b5345fa6e623d02b4 Mon Sep 17 00:00:00 2001 From: Robert Love Date: Fri, 5 May 2006 19:43:35 +0000 Subject: [PATCH] ChangeLog: reindent git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1720 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- ChangeLog | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index ec09994899..4238bda7e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,11 +2,11 @@ * src/NetworkManager.c: Set the umask to 0022 when daemonizing, in case root has a wacky default of its own (or, more common, a user has a - bad umask and uses su/sudo to restart NetworkManager). Anything other - than 0022 does not do what we want with, for example, resolv.conf. This - problem is amplified by our judicious use of fopen(), which uses mode - 0666 -- implying that the only way to get the permissions we want is - with a umask of 0022. + bad umask and uses su/sudo to restart NetworkManager). Anything + other than 0022 does not do what we want with, for example, + resolv.conf. This problem is amplified by our judicious use of + fopen(), which uses mode 0666 -- implying that the only way to get + the permissions we want is with a umask of 0022. 2006-05-05 Dan Williams