From b6c036d9c976116a414e5cbf3dd8e51629bdd219 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 29 Oct 2015 20:54:51 -0400 Subject: [PATCH 1/1] Remove "-K" from the shebang, and remove the outdated intro comment. --- bin/mailshears | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/bin/mailshears b/bin/mailshears index f7d5afa..a218b2b 100755 --- a/bin/mailshears +++ b/bin/mailshears @@ -1,17 +1,7 @@ -#!/usr/bin/ruby -wKU +#!/usr/bin/ruby -wU # # mailshears, to prune unused mail directories. # -# Mail users for virtual hosts are stored in SQL, and managed by -# Postfixadmin. However, the physical directories are handled by -# Postfix/Dovecot and are left untouched by Postfixadmin. This is good -# for security, but comes at a cost: Postfixadmin can't remove a -# user's mail directory when his or her account is deleted. -# -# This program compares the list of filesystem users with the ones -# in the database. It outputs any users that exist in the -# filesystem, but not the database. -# # Define a usage string using the program name. exe = File.basename($PROGRAM_NAME) -- 2.43.2