]> git.sur5r.net Git - bacula/bacula/commitdiff
Fixed error in rpm gconsole post install script.
authorScott Barninger <scott@barninger.com>
Sat, 12 Jun 2004 14:37:33 +0000 (14:37 +0000)
committerScott Barninger <scott@barninger.com>
Sat, 12 Jun 2004 14:37:33 +0000 (14:37 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1415 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/platforms/redhat/bacula.spec.in
bacula/platforms/suse/bacula.spec.in

index 1ecac1ac5a731d3134d04fe021e98685dd89873d..f15c706e1ee6b3724427424205bb4310c716041a 100644 (file)
@@ -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 <barninger at fairfieldcomputers.com>
+- fixed error in gconsole post script
 * Fri Apr 30 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
 - add check for gconsole symlink before trying to create it
 * Sun Apr 11 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
index 1ecac1ac5a731d3134d04fe021e98685dd89873d..f15c706e1ee6b3724427424205bb4310c716041a 100644 (file)
@@ -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 <barninger at fairfieldcomputers.com>
+- fixed error in gconsole post script
 * Fri Apr 30 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
 - add check for gconsole symlink before trying to create it
 * Sun Apr 11 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>