No,
I need to go through Kris's dbfunction code to get
a good way on how to exec programs. Hopefully I
can get this done today.
Ken
Justin Heesemann writes:
> addition:
>
> i'm using 4.10.14...
> vdelivermail.c:
>
> _______________
> int run_command_alias(char *command)
> {
> char *tmpstr;
> int i=0,j=0;
> int file_count;
> int pim[2];
> unsigned long pid;
> char **binargs;
> char **startbin;
> int status;
>
> return(0);
>
> ______________________
>
> err.. :) damn. i guess it's not supposed to run ANY commands then hm ?
>
>
> Ken: can i remove that return(0); line safely ?? or is it so unstable,
> that the return(0); line is there to prevent any damage ?
>
> regards,
>
> Justin
>
>