[arch-projects] [initscripts] [PATCH 2/2] add_daemon: Fix redirection

Seblu seblu at seblu.net
Sun Jun 26 16:45:45 EDT 2011


On Sun, Jun 26, 2011 at 9:51 PM, Kurt J. Bosch
<kjb-temp-2009 at alpenjodel.de> wrote:
> Seblu, 2011-06-26 21:24:
>>
>> On Sun, Jun 26, 2011 at 8:00 PM, Kurt J. Bosch
>> <kjb-temp-2009 at alpenjodel.de>  wrote:
>>>
>>> ---
>>>  functions |    2 +-
>>>  1 files changed, 1 insertions(+), 1 deletions(-)
>>>
>>> diff --git a/functions b/functions
>>> index 9374827..43414c0 100644
>>> --- a/functions
>>> +++ b/functions
>>> @@ -178,7 +178,7 @@ in_array() {
>>>
>>>  add_daemon() {
>>>        [[ -d /run/daemons ]] || /bin/mkdir -p /run/daemons
>>> ->  /run/daemons/"$1"
>>> +>| /run/daemons/"$1"
>>>  }
>>>
>>>  rm_daemon() {
>>> --
>>> 1.7.1
>>
>> Why you "never" make a message about your commit which explain why you
>> choose to do this? I don't see why adding a clubber will fix
>> something.
>>
>> Regards,
>>
> At least it fixes consistency.

In this cases, this patch is incomplete and it could be done in others
place in scripts.



-- 
Sébastien Luttringer
www.seblu.net


More information about the arch-projects mailing list