Hi, On Sun, 2010-03-28 at 14:26 +0100, Dominic Hargreaves wrote: > Please find attached a proposed stable update for request-tracker3.6. > > Let me know if it's okay to upload.
# ignore *.ucf-old and the like -find /etc/request-tracker3.6/RT_SiteConfig.d/ -type f \ - ! -name '*.ucf-*' -a \ - ! -name '*.dpkg-*' | sort | \ +find "$SITE_CONFIG_INCLUDE_DIR" -type f \ + -regex "^$SITE_CONFIG_INCLUDE_DIR/[a-z0-9][a-z0-9-]+$" | sort | \ Apologies if I'm missing something wrt to the filename pattern, but is it intentional that this doesn't match a file called, e.g., "a"? Regards, Adam -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/1269809823.29207.7463.ca...@kaa.jungle.aubergine.my-net-space.net

