Hi,
I've observed the following change in the RPM packages of 7.4.3.30:
sapdb-ind contains the following directories now:
/var/opt/sapdb/indep_data/dbspeed
/var/opt/sapdb/indep_data/diag
/var/opt/sapdb/indep_data/fifo
/var/opt/sapdb/indep_data/ipc
/var/opt/sapdb/indep_data/pid
/var/opt/sapdb/indep_data/ppid
Those directories were in /var/spool/sql (i.e. /usr/spool/sql) in the
past.
But the postin script creates still the following:
for _i in \
/var/spool/sql \
/var/spool/sql/config \
/var/spool/sql/diag \
/var/spool/sql/ipc \
/var/spool/sql/fifo \
/var/spool/sql/spool \
/var/spool/sql/ini
do
mkdir -p $_i
chmod 775 $_i
chgrp sapdb $_i
done
The software itself does still insist on the latter directories under
/var/spool/sql.
What's the plan for this directories in future versions?
CU,
Wolfgang
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]