#!/bin/sh

# Handle logfile compression when using rotatelogs(8).
if [ -n "$2" ]; then
   /bin/gzip "$2"
fi
