summaryrefslogtreecommitdiff
path: root/hald-runner/runner.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-06fixed several compiler warnings (warn_unused_result and format stuff)Danny Kukawka1-1/+2
2006-07-26fixed compiler warning about incompatible pointer typesDanny Kukawka1-1/+2
2006-02-09Print out some useful debug informationDavid Zeuthen1-0/+2
2006-01-29Use r->argv[0] rather than r->argv so the cwd works.Richard Hughes1-1/+1
2006-01-28Set working directory to where the program exists.David Zeuthen1-2/+11
2006-01-23Adopt hald-runner to usual HAL coding style.Kay Sievers1-227/+236
2006-01-21Simply use glib convience g_find_program_in_path() on the basename of theDavid Zeuthen1-16/+2
2006-01-21Search $PATH before searching allowed dirs; this is needed to make e.g.David Zeuthen1-7/+15
2006-01-21Great patch from Sjoerd Simons <sjoerd@luon.net>: As most people probablyDavid Zeuthen1-0/+335