source: branches/fc15-dev/locker/sql/bin/save-password @ 2075

Last change on this file since 2075 was 2064, checked in by achernya, 12 years ago
Merge r2054-r2063 from trunk to branches/fc15-dev
File size: 367 bytes
Line 
1#!/bin/sh
2
3mkdir $lroot/.sql 2>/dev/null
4fs sa $lroot/.sql system:anyuser none
5fs sa $lroot/.sql system:authuser none
6fs sa $lroot/.sql daemon.scripts write
7fs sa $lroot/.sql daemon.sql write
8rm -f $lroot/.sql/my.cnf $lroot/.my.cnf
9
10echo "[client]
11host=sql.mit.edu
12user=$sqluser
13password=$sqlpass" > $lroot/.sql/my.cnf
14
15ln -nfs .sql/my.cnf $lroot/.my.cnf 2>/dev/null
Note: See TracBrowser for help on using the repository browser.