Skip to content

Commit

Permalink
Bacported fix for CORE-2775: Linux packages miss fbtrace.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPeshkoff committed Nov 30, 2009
1 parent c48058a commit 0709833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -307,6 +307,7 @@ copyFiles() {
#conf
cp $BuildRootDir/gen/install/misc/firebird.conf ${TargetDir}@FB_CONFDIR@
cp $BuildRootDir/gen/install/misc/aliases.conf ${TargetDir}@FB_CONFDIR@
cp $BuildRootDir/gen/install/misc/fbtrace.conf ${TargetDir}@FB_CONFDIR@

chown root:root ${TargetDir}@FB_CONFDIR@/*.conf
chmod 0644 ${TargetDir}@FB_CONFDIR@/*.conf
Expand Down
1 change: 1 addition & 0 deletions configure.in
Expand Up @@ -1190,6 +1190,7 @@ dnl common files for all posix hosts
AC_CONFIG_FILES([gen/install/misc/firebird.conf:builds/install/misc/firebird.conf.in
gen/install/misc/aliases.conf:builds/install/misc/aliases.conf.in
gen/install/misc/fbintl.conf:builds/install/misc/fbintl.conf
gen/install/misc/fbtrace.conf:src/utilities/ntrace/fbtrace.conf
gen/firebird/bin/fb_config:builds/install/misc/fb_config.in
gen/firebird/bin/posixLibrary.sh:builds/install/misc/posixLibrary.sh.in
gen/firebird/bin/classicLibrary.sh:builds/install/misc/classicLibrary.sh.in
Expand Down

0 comments on commit 0709833

Please sign in to comment.