exiwhat: Ensure the SIGUSR1 signal handler is safe.
[exim.git] / src / src / exiwhat.src
index 5f81507863ff7c1401a38a9f9e597b1500584212..e53a46edddab6460dcd3884a33d6fef12a75472f 100644 (file)
@@ -130,7 +130,7 @@ fi
 sleep 1
 
 if [ ! -s ${log} ] ; then echo "No exim process data" ;
-  else sed 's/^[0-9-]* [0-9:]* \([+-][0-9]* \)*\(\[[0-9]\+\] \)\?//' ${log} | sort -n | uniq ; fi
+  else sort -nu ${log} ; fi
 
 
 # End of exiwhat