Changeset 2169
- Timestamp:
- 04/24/08 17:35:33 (4 months ago)
- Files:
-
- alternc/trunk/install/mysql.sh (modified) (1 diff)
- alternc/trunk/src/fixperms.sh (modified) (1 diff)
- alternc/trunk/src/sqlbackup.sh (modified) (1 diff)
- alternc/trunk/tools/top_ftp_users (modified) (2 diffs)
- alternc/trunk/tools/top_http_users (modified) (2 diffs)
- alternc/trunk/tools/top_mysql_users (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/install/mysql.sh
r2168 r2169 118 118 119 119 # create a sed script to create/update the file 120 functionset_value() {120 set_value() { 121 121 var=$1 122 122 RET=$2 alternc/trunk/src/fixperms.sh
r2117 r2169 48 48 . "$CONFIG_FILE" 49 49 50 functiondoone {50 doone { 51 51 read GID LOGIN 52 52 while [ "$LOGIN" ] alternc/trunk/src/sqlbackup.sh
r2167 r2169 30 30 set -e 31 31 32 functiondobck {32 dobck { 33 33 local ext 34 34 local i alternc/trunk/tools/top_ftp_users
r1605 r2169 75 75 76 76 #------------------------- 77 functionset_messages77 set_messages 78 78 #------------------------- 79 79 { … … 96 96 97 97 #------------------------- 98 functiontrap_EXIT98 trap_EXIT 99 99 #------------------------- 100 100 { alternc/trunk/tools/top_http_users
r2117 r2169 75 75 76 76 #------------------------- 77 functionset_messages77 set_messages 78 78 #------------------------- 79 79 { … … 107 107 108 108 #------------------------- 109 functiontrap_EXIT109 trap_EXIT 110 110 #------------------------- 111 111 { alternc/trunk/tools/top_mysql_users
r1605 r2169 74 74 75 75 #------------------------- 76 functionset_messages76 set_messages 77 77 #------------------------- 78 78 { … … 94 94 95 95 #------------------------- 96 functiontrap_EXIT96 trap_EXIT 97 97 #------------------------- 98 98 {
