unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Mark H Weaver <mhw@netris.org>
Cc: guix-devel@gnu.org
Subject: Re: /var/tmp
Date: Tue, 31 Mar 2015 14:01:58 +0200	[thread overview]
Message-ID: <87k2xxe5op.fsf@gnu.org> (raw)
In-Reply-To: <87fv8mdq6y.fsf@netris.org> (Mark H. Weaver's message of "Mon, 30 Mar 2015 19:24:21 -0400")

Mark H Weaver <mhw@netris.org> skribis:

> ludo@gnu.org (Ludovic Courtès) writes:
>
>> Mark H Weaver <mhw@netris.org> skribis:
>>
>>> Should we add /var/tmp on GuixSD?
>>
>> Surely.  How about this patch?
>>
>> diff --git a/gnu/build/install.scm b/gnu/build/install.scm
>> index aa901f6..e624cdd 100644
>> --- a/gnu/build/install.scm
>> +++ b/gnu/build/install.scm
>> @@ -118,6 +118,7 @@ STORE."
>>  
>>      (directory "/bin")
>>      (directory "/tmp" 0 0 #o1777)                 ; sticky bit
>> +    (directory "/var/tmp" 0 0 #o1777)
>>  
>>      (directory "/root" 0 0)                       ; an exception
>>      (directory "/home" 0 0)))
>>
>> This will only take effect on new installs.  On existing installations,
>> people will have to create it by hand.
>
> Looks good to me!

Done in f73b8e3, thanks!

Ludo’.

      reply	other threads:[~2015-03-31 12:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-30 10:52 /var/tmp Mark H Weaver
2015-03-30 19:25 ` /var/tmp Ludovic Courtès
2015-03-30 23:24   ` /var/tmp Mark H Weaver
2015-03-31 12:01     ` Ludovic Courtès [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87k2xxe5op.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=guix-devel@gnu.org \
    --cc=mhw@netris.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).