summaryrefslogtreecommitdiff
path: root/hald/run-hald.sh
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2007-04-09 15:22:00 -0400
committerDavid Zeuthen <davidz@redhat.com>2007-04-09 15:22:00 -0400
commite4b6fcb25a2a954ca201781246cfae7acfb80214 (patch)
tree52ebce4d3d8ad74dcf4c76b25c6e7d4991e0dfe8 /hald/run-hald.sh
parentc994c40ad21a3a956690757eb0193e73fdc8bf72 (diff)
take advantage of new parameter API in PolKitAction
These actions currently set parameters hal-storage-mount-[removable|fixed]: - fstype - mount-point - mount-options hal-lock - interface
Diffstat (limited to 'hald/run-hald.sh')
-rwxr-xr-xhald/run-hald.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/hald/run-hald.sh b/hald/run-hald.sh
index ca574249..07ebfe6e 100755
--- a/hald/run-hald.sh
+++ b/hald/run-hald.sh
@@ -17,8 +17,7 @@ if [ "$1" = "--skip-fdi-install" ] ; then
else
rm -rf $HALD_TMPDIR
mkdir -p $HALD_TMPDIR
- make -C ../privileges install DESTDIR=$HALD_TMPDIR prefix=/
-
+ make -C ../policy install DESTDIR=$HALD_TMPDIR prefix=/
make -C ../fdi install DESTDIR=$HALD_TMPDIR prefix=/ && \
if [ ! -d $information_fdidir ] ; then
echo "ERROR: You need to checkout hal-info in the same level"