| @@ -834,13 +834,13 @@ pid_t pid; | |||||
| if (*(cmd+1) != '\0') printf("ignore %s\n",cmd+1); | if (*(cmd+1) != '\0') printf("ignore %s\n",cmd+1); | ||||
| sprintf(com,"%s -L %s|grep %s%s%s",IPT,OUTP,DREJ,AWK5,SUNIC); | sprintf(com,"%s -L %s|grep %s%s%s",IPT,OUTP,DREJ,AWK5,SUNIC); | ||||
| pr_encours(); | pr_encours(); | ||||
| comsh(com,0); | |||||
| comsh(com,EX_NOERR); | |||||
| break; | break; | ||||
| case 'R' : | case 'R' : | ||||
| if (*(cmd+1) != '\0') printf("ignore %s\n",cmd+1); | if (*(cmd+1) != '\0') printf("ignore %s\n",cmd+1); | ||||
| sprintf(com,"%s -L|grep %s%s%s",IP6T,DREJ,AWK4,SUNIC); | sprintf(com,"%s -L|grep %s%s%s",IP6T,DREJ,AWK4,SUNIC); | ||||
| pr_encours(); | pr_encours(); | ||||
| comsh(com,0); | |||||
| comsh(com,EX_NOERR); | |||||
| break; | break; | ||||
| case 'S' : | case 'S' : | ||||
| if (*(cmd+1) != '\0') printf("ignore %s\n",cmd+1); | if (*(cmd+1) != '\0') printf("ignore %s\n",cmd+1); | ||||
| @@ -852,7 +852,7 @@ pid_t pid; | |||||
| if (*(cmd+1) != '\0') printf("ignore %s\n",cmd+1); | if (*(cmd+1) != '\0') printf("ignore %s\n",cmd+1); | ||||
| sprintf(com,"%s -L %s|grep %s%s%s",IPT,MYCH,DACC,AWK5,SUNIC); | sprintf(com,"%s -L %s|grep %s%s%s",IPT,MYCH,DACC,AWK5,SUNIC); | ||||
| pr_encours(); | pr_encours(); | ||||
| comsh(com,0); | |||||
| comsh(com,EX_NOERR); | |||||
| break; | break; | ||||
| case ' ' : | case ' ' : | ||||
| if (*(cmd+1) != '\0') comsh(cmd+1,0); | if (*(cmd+1) != '\0') comsh(cmd+1,0); | ||||