diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2005-12-21 16:07:40 +0000 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2005-12-21 16:07:40 +0000 |
commit | a5e4be56fc9f2102434ed13363300c39cacdb2bf (patch) | |
tree | 445b572273a06718c0dfd5ddc187b269d9403d30 | |
parent | e38f15357c649a80629c6f2ae045b8a04c975eb4 (diff) |
Move callout one level up.
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | tools/Makefile.am | 2 | ||||
-rwxr-xr-x | tools/hal-system-storage-cleanup-mountpoints (renamed from tools/callouts/hal-system-storage-cleanup-mountpoints) | 0 |
3 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +2005-12-21 Kay Sievers <kay.sievers@vrfy.org> + + Move callout one level up. + + * tools/Makefile.am: + * tools/callouts/hal-system-storage-cleanup-mountpoints: + * tools/hal-system-storage-cleanup-mountpoints: + 2005-12-20 Kay Sievers <kay.sievers@vrfy.org> Remove HAL created mountpoints on HAL startup. diff --git a/tools/Makefile.am b/tools/Makefile.am index de6e01a7..91c9982d 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -57,7 +57,7 @@ script_SCRIPTS = \ hal-system-storage-mount \ hal-system-storage-unmount \ hal-system-storage-eject \ - callouts/hal-system-storage-cleanup-mountpoints + hal-system-storage-cleanup-mountpoints EXTRA_DIST=$(man_MANS) $(MAN_IN_FILES) gen-libgphoto-hal-fdi $(script_SCRIPTS) diff --git a/tools/callouts/hal-system-storage-cleanup-mountpoints b/tools/hal-system-storage-cleanup-mountpoints index 669909e7..669909e7 100755 --- a/tools/callouts/hal-system-storage-cleanup-mountpoints +++ b/tools/hal-system-storage-cleanup-mountpoints |