aboutsummaryrefslogtreecommitdiff
path: root/pbuilderrc
diff options
context:
space:
mode:
authorJunichi Uekawa <dancer@netfort.gr.jp>2013-03-26 17:51:12 +0900
committerJunichi Uekawa <dancer@netfort.gr.jp>2013-03-26 17:51:12 +0900
commit93809aaf1bc57eac99006c582ba510f54f8558ea (patch)
treea2b02d0ab0913cf3650754ac833285152a45a164 /pbuilderrc
parentda832a03d890e949226a46877b0b61153c0f7b5d (diff)
downloadpbuilder-93809aaf1bc57eac99006c582ba510f54f8558ea.tar
pbuilder-93809aaf1bc57eac99006c582ba510f54f8558ea.tar.gz
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
Diffstat (limited to 'pbuilderrc')
-rw-r--r--pbuilderrc2
1 files changed, 1 insertions, 1 deletions
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/