moved for svn-git switch
[mailer.git] / updater / .cmds.sh
1 #!/bin/sh
2 # Self-test
3 if test "`basename $0`" = ".cmds.sh"; then
4         echo "Bye..."
5         exit 0
6 fi
7
8 # Base directory holding the files
9 CMDS="cmds"
10 CMDS_DIR="mxchange_$CMDS"
11
12 # Upload directory on server
13 CMDS_FTP_DIR="htdocs/$CMDS/"
14
15 # Sections on FTP server
16 CMDS_SECTIONS="status safe intern extern rmember wmember export"
17
18 # Status command files
19 STATUS_CMDS="active beg bonus engine member order status rlevels"
20
21 # Export-Account command files
22 RMEMBER_CMDS="nickname order persona points rpoints"
23
24 # Read-Only member command files
25 EXPORT_CMDS="nickname order persona points rpoints"
26
27 # Command files to upload on FTP server
28 UPLOAD_CMDS=""