From: Scott Barninger Date: Sat, 12 Jun 2004 14:37:33 +0000 (+0000) Subject: Fixed error in rpm gconsole post install script. X-Git-Tag: Release-7.0.0~9351 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ef6f819137ef97c6610f84757ed39ee6bd691d2f;p=bacula%2Fbacula Fixed error in rpm gconsole post install script. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1415 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/platforms/redhat/bacula.spec.in b/bacula/platforms/redhat/bacula.spec.in index 1ecac1ac5a..f15c706e1e 100644 --- a/bacula/platforms/redhat/bacula.spec.in +++ b/bacula/platforms/redhat/bacula.spec.in @@ -958,7 +958,7 @@ echo "The database update scripts were installed to /etc/bacula/updatedb" %post gconsole # add gnome-console consolehelper link -if [ ! -f /usr/bin/consolehelper ]; then +if [ ! -f /usr/bin/gnome-console ]; then ln -s /usr/bin/consolehelper /usr/bin/gnome-console fi @@ -968,6 +968,8 @@ rm -f /usr/bin/gnome-console %endif %changelog +* Sat Jun 12 2004 D. Scott Barninger +- fixed error in gconsole post script * Fri Apr 30 2004 D. Scott Barninger - add check for gconsole symlink before trying to create it * Sun Apr 11 2004 D. Scott Barninger diff --git a/bacula/platforms/suse/bacula.spec.in b/bacula/platforms/suse/bacula.spec.in index 1ecac1ac5a..f15c706e1e 100644 --- a/bacula/platforms/suse/bacula.spec.in +++ b/bacula/platforms/suse/bacula.spec.in @@ -958,7 +958,7 @@ echo "The database update scripts were installed to /etc/bacula/updatedb" %post gconsole # add gnome-console consolehelper link -if [ ! -f /usr/bin/consolehelper ]; then +if [ ! -f /usr/bin/gnome-console ]; then ln -s /usr/bin/consolehelper /usr/bin/gnome-console fi @@ -968,6 +968,8 @@ rm -f /usr/bin/gnome-console %endif %changelog +* Sat Jun 12 2004 D. Scott Barninger +- fixed error in gconsole post script * Fri Apr 30 2004 D. Scott Barninger - add check for gconsole symlink before trying to create it * Sun Apr 11 2004 D. Scott Barninger