# HG changeset patch # User Michael Schloh von Bennewitz # Date 1290426156 -3600 # Node ID 935d512fd6bd4ae0dad3705a3d8cbd548f1a01da # Parent 52571005077f62d052bb2195db03fd90cba5608a Correct package name error left over from copied spec template. diff -r 52571005077f -r 935d512fd6bd davical/davical.spec --- a/davical/davical.spec Mon Nov 22 12:41:49 2010 +0100 +++ b/davical/davical.spec Mon Nov 22 12:42:36 2010 +0100 @@ -158,8 +158,8 @@ %post if [ $1 -eq 1 ]; then # display final hints on initial installation - ( echo "1. To complete this installation of Drupal please start PostgreSQL" - echo " and initialize the DAViCal database like this:" + ( echo "1. To complete this installation of DAViCal please start" + echo " PostgreSQL and initialize the DAViCal database like this:" echo " \$ $RPM_INSTALL_PREFIX/bin/openpkg rc postgresql start" echo " \$ $RPM_INSTALL_PREFIX/sbin/davical-setup install" echo ""