--- /dev/null
+This directory contains various distribution configuration files,
+patches, and start scripts.
+
+* bucardo.rc
+
+Sample BSD rc file for controlling Bucardo
+
+* bucardo.init
+
+Sample chkconfig-style start script for controlling Bucardo
+
+* bucardo.spec
+
+RPM spec file.
+
This directory contains various helper scripts.
-* bucardo.rc
-
-Sample rc file for controlling Bucardo
-
* bucardo-report
Web-based report on Bucardo activity
closedir $dh or warn qq{Could not close the 't' directory: $!\n};
opendir $dh, 'scripts' or die qq{Could not open the 'scripts' directory};
-my @script_files = grep { /^[a-z]/ and ! /\.(?:rc|init|spec)$/ } readdir $dh;
+my @script_files = grep { /^[a-z]/ } readdir $dh;
closedir $dh or warn qq{Could not close the 'scripts' directory: $!\n};
plan tests => @important_files + @test_files + @script_files;