Changeset 160
- Timestamp:
- Feb 11, 2007, 1:46:09 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
locker/deploy/bin/onathena
r159 r160 109 109 if [ ! -f "$lroot/.my.cnf" ]; then 110 110 mkdir $lroot/.sql 2>/dev/null 111 fs sa $lroot/.sql system:anyuser none112 fs sa $lroot/.sql system:authuser none113 111 fs sa $lroot/.sql daemon.scripts write 114 112 ln -nfs $lroot/.sql/my.cnf $lroot/.my.cnf 2>/dev/null 115 113 fi 114 115 fs sa $lroot/.sql system:anyuser none 116 fs sa $lroot/.sql system:authuser none 116 117 117 118 if [ "$requires_sql" -eq 1 ]; then
Note: See TracChangeset
for help on using the changeset viewer.