Ignore:
Timestamp:
05/22/13 15:30:27 (11 years ago)
Author:
ramonb
Message:

jobarchived/job_dbase.sql:

  • changed to CREATE user and ALTER password: so that create may fail (if user exists) and password upate still succeeds

pkg/rpm/jobmonarch.spec.in, debian/jobmonarch.postinst:

  • changed CREATE to ALTER
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.0/debian/jobmonarch.postinst

    r896 r905  
    1212    export DB_PASSWD=$(tr -dc A-Za-z0-9_< /dev/urandom |head -c 8 | xargs)
    1313    # Set the password in the SQL script
    14     sed -i -e '/^.*modify me:.*$/d' -e 's/^-- CREATE/CREATE/g' -e "s/'';/'$DB_PASSWD';/g" %{_datadir}/jobarchived/job_dbase.sql
     14    sed -i -e '/^.*modify me:.*$/d' -e 's/^-- ALTER/ALTER/g' -e "s/'';/'$DB_PASSWD';/g" %{_datadir}/jobarchived/job_dbase.sql
    1515    # Set the password in the jobarchived config.
    1616    sed -i -e "s/^#JOB_SQL_PASSWORD.*$/JOB_SQL_PASSWORD\t\t: $DB_PASSWD/g" %{_sysconfdir}/jobarchived.conf
Note: See TracChangeset for help on using the changeset viewer.