From 93809aaf1bc57eac99006c582ba510f54f8558ea Mon Sep 17 00:00:00 2001 From: Junichi Uekawa Date: Tue, 26 Mar 2013 17:51:12 +0900 Subject: Do not try to use /dev/shm if /run/shm is not present. (closes: #702811, #702102) falling back to /dev/shm doesn't make sense; /dev/shm is a symlink to /run/shm. rename variable to USERUNSHM instead of USEDEVSHM, we don't need to touch /dev/shm --- pbuilderrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pbuilderrc') diff --git a/pbuilderrc b/pbuilderrc index 0c1bd4b..d15eb53 100644 --- a/pbuilderrc +++ b/pbuilderrc @@ -10,7 +10,7 @@ MIRRORSITE=http://cdn.debian.net/debian #export http_proxy=http://your-proxy:8080/ USEPROC=yes USEDEVPTS=yes -USEDEVSHM=yes +USERUNSHM=yes USEDEVFS=no BUILDRESULT=/var/cache/pbuilder/result/ -- cgit v1.2.3