Dear Support Professional,

I work out how config.php of vlogin works with the default config.php now, but 
when I try to run the ./make_release.sh under /usr/local/path.../plugins/vlogin 
I encountered errors.

System configuration info

IMAP Server : Exchange 5.5
PHP:            4.4.0
Web Server:     Apache 1.33_1
Platform:               FreeBSD 5.x
SquirrelMail Version:   1.4.5
Plugins for the vlogin: 3.8.0-1.2.7


Error messages:-
./make_release.sh: 35: Syntax error: word unexpected (expecting ")")

When I am going to run the make_release.sh, the above error comes up, line 35 
is 

CONFIG_FILES=( vlogin/data/config.php vlogin/data/hostmap.dat vlogin/data/users.
dat vlogin/data/service_level )

it can be run if add a " before ( and a " after ) , however, another error 
comes up:-
./make_release.sh: 205: Syntax error: Bad substitution, where line 205 is

echo "Excluding ${CONFIG_FILES[$J]}"


Error details

# CONFIG_FILES=( config.php data/special_config.php )
#
# Note that you can also use this setting to move
# entire subdirectories away while creating the release
# package.
#
# CONFIG_FILES=( config.php )
#
CONFIG_FILES=( vlogin/data/config.php vlogin/data/hostmap.dat vlogin/data/users.
dat vlogin/data/service_level )
#
make_release.sh: 262 lines, 5412 characters.
openssl1# ./make_release.sh
./make_release.sh: 35: Syntax error: word unexpected (expecting ")")
openssl1#


## CONFIG_FILES=( config.php )
#
CONFIG_FILES="( vlogin/data/config.php vlogin/data/hostmap.dat vlogin/data/users
.dat vlogin/data/service_level )"
#
# END CONFIGURATION
#
#######################################################
make_release.sh: 262 lines, 5414 characters.
openssl1# ./make_release.sh

Creating Release Package for Virtual Host Login


Remove all .tar.gz files? (y/[n]): n

Enter Version Number [3.8.0-1.2.7]:

Removing vlogin-3.8.0-1.2.7.tar.gz
Replacing version in setup.php
Replacing version in version file
Creating temporary working directory: ../.delete_me.vlogin.temp.13012
./make_release.sh: 205: Syntax error: Bad substitution
openssl1#

Would you please comment?

Thanks & Regards,

Agnes




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: [email protected]
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to