]> SAFE projects GIT repository - jmp/mailleur/commitdiff
sorter must be run as mailleur:mail in production
authorJean-Marc Pigeon (Delson) <jmp@safe.ca>
Sat, 21 Jun 2025 22:57:08 +0000 (18:57 -0400)
committerJean-Marc Pigeon (Delson) <jmp@safe.ca>
Sat, 21 Jun 2025 22:57:08 +0000 (18:57 -0400)
app/sorter.c

index 8b830afbdf73af4740165b080f86cd55238e1541..e262f5008c6e35885f03e1ba8632f66d73fcc9b4 100644 (file)
@@ -120,6 +120,7 @@ while (proceed==true) {
         }
       break;
     case 1      :       //Preparing scan
+      (void) prc_chgid(argv[0]);
       (void) rou_modesubrou(true);
       (void) sig_modeunisig(true);
       (void) sig_trapsignal(true,sig_alrm);