diff --git a/conf/defaults/post_exec b/conf/defaults/post_exec new file mode 100755 index 0000000..2192fec --- /dev/null +++ b/conf/defaults/post_exec @@ -0,0 +1,5 @@ +#!/bin/cat + +###################################################################### +If you see this content, post_exec was executed. +###################################################################### diff --git a/conf/defaults/pre_exec b/conf/defaults/pre_exec new file mode 100755 index 0000000..eb983c8 --- /dev/null +++ b/conf/defaults/pre_exec @@ -0,0 +1,3 @@ +#!/bin/cat + +If you see this content, pre_exec was executed. diff --git a/doc/ccollect.text b/doc/ccollect.text index ebdcd3a..4ee5a80 100644 --- a/doc/ccollect.text +++ b/doc/ccollect.text @@ -429,3 +429,5 @@ srwali01:/etc/ccollect/sources# du -sh /mnt/hdbackup/wl6/* pre/postexec: only when executable! +pre/postexec: link, script or executable +