# HG changeset patch # User Eris Caffee # Date 1313304979 18000 # Node ID 10937b0bb5f4ed6ab57149625f9d640fa9029c1f # Parent 26257f7532ac3524f75a3da7075cd2bd028a656a Added /home2 to the default whitelist_subdirs, since that is another common home directory location. diff -r 26257f7532ac -r 10937b0bb5f4 rm-limit.pl --- a/rm-limit.pl Wed Jun 15 04:17:44 2011 -0500 +++ b/rm-limit.pl Sun Aug 14 01:56:19 2011 -0500 @@ -81,6 +81,7 @@ my @whitelist_subdirs = ( '/home', + '/home2', '/var/www/vhosts', );