Pre_exec problem, resorting

Pre_exec has to be executed first, because it may create other
configuration options (including mounting the destination!)
(the problem was reported by Tonnerre Lombard).

Also added more beautiful comments.
This commit is contained in:
Nico Schottelius 2006-06-13 12:04:36 +02:00
commit 5ef6063fad
2 changed files with 46 additions and 27 deletions

View file

@ -1,6 +1,7 @@
0.4 to 0.4.1:
* updated documentation
* created new document formats: Texinfo and manpage
* fixed problem with 'make install' (strip was used)
0.3.3 to 0.4:
* `pax` (Posix) is now required, `cp -al` (GNU specific) is removed