If you're going to do this, might it be better to test for the existence of the typical obj, journal, epoch directories rather than mandate the existence of a magic file with a long name and an ugly underscore? However, it still feels like you should just be doing [ -d /store/journal ] && sheep /store in your init scripts rather than putting a special option into sheep that duplicates the action of touch(1). Cheers, Chris. |