This was generating errors when run on Hardy because the sysctl.d directory doesn't exist. So, the code has been changed slightly to look for sysctl.*, as initially requested. It then creates a FileRegistry for sysctl.conf if found and a RecursiveDirectoryRegistry for sysctl.d if found.
This was generating errors when run on Hardy because the sysctl.d directory doesn't exist. So, the code has been changed slightly to look for sysctl.*, as initially requested. It then creates a FileRegistry for sysctl.conf if found and a RecursiveDirect oryRegistry for sysctl.d if found.