summaryrefslogtreecommitdiffstats
path: root/sysutils/hal/pkg-install
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-05-03 13:59:59 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-05-03 13:59:59 +0800
commitc6305b0bb348f0f8f81075c6f8b160f82a286d7d (patch)
tree5dd2c6f04d7b27df3394ab7614a6e3ce81b49760 /sysutils/hal/pkg-install
parentd7fa494fe1e26faaf2eba94108ed45ceb331813a (diff)
downloadmarcuscom-ports-c6305b0bb348f0f8f81075c6f8b160f82a286d7d.tar.gz
marcuscom-ports-c6305b0bb348f0f8f81075c6f8b160f82a286d7d.tar.zst
marcuscom-ports-c6305b0bb348f0f8f81075c6f8b160f82a286d7d.zip
As a band-aid, create and remove the socket directories at install and
deinstall time. This will allow hald to be run in debugging mode OOB. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6203 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/hal/pkg-install')
-rw-r--r--sysutils/hal/pkg-install2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/hal/pkg-install b/sysutils/hal/pkg-install
index dfba18feb..b4e81fa57 100644
--- a/sysutils/hal/pkg-install
+++ b/sysutils/hal/pkg-install
@@ -33,6 +33,8 @@ POST-INSTALL)
fi
/usr/bin/install -d -o ${USER} -g ${GROUP} /var/run/hald
+ /usr/bin/install -d -o ${USER} -g ${GROUP} /tmp/hald-local
+ /usr/bin/install -d -o ${USER} -g ${GROUP} /tmp/hald-runner
exit 0
;;
esac