freebsd-ports/databases/postgresql-libpqxx/files/patch-tools-splitconfig
Palle Girgensohn 3859cb1344 Update to 2.6.7
2006-08-09 10:36:43 +00:00

11 lines
336 B
Text

--- tools/splitconfig.orig Wed Aug 9 12:00:50 2006
+++ tools/splitconfig Wed Aug 9 12:00:59 2006
@@ -58,7 +58,7 @@
}
-SAMPLETXT="`mktemp`"
+SAMPLETXT="`mktemp foo`"
# Perform a "grep -F -w -h", or simulate one, searching for any of the patterns
# listed in "$2" (one per line) in file "$3". A code for the grep command line