diff options
author | David Zeuthen <david@fubar.dk> | 2005-01-18 20:08:02 +0000 |
---|---|---|
committer | David Zeuthen <david@fubar.dk> | 2005-01-18 20:08:02 +0000 |
commit | 0493c439e25fce18c076391568c2ae8ce2d1b678 (patch) | |
tree | ac6cd7a09e31ab1745fe229ab8773358a22324b7 /hald/run-hald.sh | |
parent | 917e9a05273dd8df471ce1f817f5b60582cfadd1 (diff) |
New file; used to run hald from the development directory. Sets up the
appropriate path for external probing programs.
Diffstat (limited to 'hald/run-hald.sh')
-rwxr-xr-x | hald/run-hald.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hald/run-hald.sh b/hald/run-hald.sh new file mode 100755 index 00000000..c5c4b3e8 --- /dev/null +++ b/hald/run-hald.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +export PATH=linux2/probing:$PATH +./hald --daemon=no --verbose=yes |