diff --git a/lumberjack b/lumberjack index ba9e6be..5d56cc5 100755 --- a/lumberjack +++ b/lumberjack @@ -8,7 +8,7 @@ # Script details. NAME="${0##*/}" -VERSION="0.2.1" +VERSION="0.2.2" # Functions. @@ -86,12 +86,6 @@ display_help() { -f Request flushing of the log file to disk after every write. This may significantly reduce performance and result in a lot of disk writes. Best to let the kernel do appropriate buffering. - -g Set name of the group to run with. Override the usual - behaviour of using the primary group membership of the user - specified with -u and run with this GID. Log files created by - lumberjack will be owned by this group. The default is to run - with the primary group that executed lumberjack, which is - usually root. This option is only available to root. -h Display this help. -i Read input from the pipe/FIFO at , rather than stdin. If the pipe/FIFO does not exist, it will be created. Use '-o' @@ -112,7 +106,7 @@ display_help() { -mp Set the umask used when creating the pipe. Default: $PIPE_UMASK. Useful umasks are: 066 and 006. -o Set the owner of the pipe/FIFO automatically created if none - already exists, and -i is used. The should be in the + already exists, and '-i' is used. The should be in the format [user]:[group], where [user] or [group] is optional, but not both. The ownership is changed before any user or group switching is performed. This option is only available to root. @@ -130,12 +124,11 @@ display_help() { and