]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/install-default-backend.in
Split messages line by line before sending it to syslog() fix #3325
[bacula/bacula] / bacula / src / cats / install-default-backend.in
index 34fea4ce39d4cc786180496a606ec26f80b41c51..54bc3d092fd6724eb8c8fb410ed0e2a214dfef9c 100755 (executable)
@@ -27,7 +27,13 @@ if [ -f ${install_dir}/libbaccats-${default_backend}-${library_version}${SHLIB_E
    # Create a default catalog library pointing to one of the shared libs.
    #
    rm -f ${install_dir}/libbaccats-${library_version}${SHLIB_EXT}
-   ln -s ${install_dir}/libbaccats-${default_backend}-${library_version}${SHLIB_EXT} \
+
+   #
+   # Create a relative symlink to the default backend
+   # As all backends are in the same directory anyhow this should
+   # always work.
+   #
+   ln -s libbaccats-${default_backend}-${library_version}${SHLIB_EXT} \
          ${install_dir}/libbaccats-${library_version}${SHLIB_EXT}
 fi