search for: lastact

Displaying 3 results from an estimated 3 matches for "lastact".

Did you mean: lastack
2012 Oct 03
0
Logrotate "firstaction" with non-0 exit status. Or: How to keep logrotate from rotating via scripts?
...before prerotate script is run and only if at least one log will actually be rotated. These directives may only appear inside a log file definition. Whole pattern is passed to the script as first argument. If the script exits with error, no further processing is done. See also lastaction. My question is, what exactly does "no further processing is done" mean? The obvious interpretation seems to be that the log file will not be rotated, but based on tests I've done, this does not seem to be the case. If I run logrotate with this config: /tmp/testfile { mis...
2005 Sep 02
0
altering revert effect based on if dropped on given droppable?
...across the page back to where it was origionally if it wasn''t dropped in the correct place this is my droppable code: Droppables.add(''page1'', { accept: ''image'', hoverclass: ''drophover'', onDrop: function(element, lastActive) { $(''current_image1'').src = element.src ; element.options.reverteffect = new Effect.FadeAndRevert(element); } } ); I''ve hacked together this into effects.js Effect.FadeAndRevert = function(element) { options =...
2007 Dec 31
1
Segmentation fault in dovecot-sieve-1.1.2 + dovecot-1.1.beta13
...00f68744 in sieve_keep (ac=0x2, ic=0x0, sc=0xbfe7f4e0, mc=0xbfe7f480, errmsg=0xbfe7e3f0) at sieve-cmu.c:561 #2 0x00f779a5 in do_sieve_error (ret=0, interp=0x92dbf18, script_context=0xbfe7f4e0, message_context=0xbfe7f480, imapflags=0xbfe7e438, actions=0x92e42d8, notify_list=0x0, lastaction=8, implicit_keep=1, actions_string=0xbfe7e440 "Action(s) taken:\n", errmsg=0x0) at script.c:627 #3 0x00f780d8 in sieve_execute_bytecode (exe=0x92dcc58, interp=0x92dbf18, script_context=0xbfe7f4e0, message_context=0xbfe7f480) at script.c:824 #4 0x00f69809 in cmu_sieve_...