[webmin-devel] Backup Configuration Module

"Martin Mewes" <[email protected]>
Newsgroups gmane.comp.web.webmin.devel
Message-ID <[email protected]>
Dear Jamie,

this is what happens when I try to invoke the Backup Module for Configuration Data.

> Fehler
> -----
> require bind8/backup_config.pl failed : <pre>syntax error at /usr/libexec/webmin/bind8/backup_config.pl
> line 61, near ") {"
> syntax error at /usr/libexec/webmin/bind8/backup_config.pl line 65, near
> "}"
> </pre>
> -----

Looking at the code

# post_restore(&files)
# Called after the files are restored from a backup
sub post_restore
{
local $pidfile = &get_pid_file();
if (&check_pid_file(&make_chroot($pidfile)) {
        return &restart_bind();
        }
return undef;
}

I think it should be

if (&check_pid_file(&make_chroot($pidfile))) {

because you open three '(' but only closing two ')'

I manually changed the code and after a test at my place everything works ok now.

bis dahin - kind regards

Martin Mewes

-- 
######################################################################
http://www.webmin.com/	| Webbased Administration Tool for
http://webmin.mamemu.de/| Unixoid Systems :-)
Official Webmin/Usermin Translation Co-Ordinator 2003/2004
######################################################################



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
-
Forwarded by the Webmin development list at [email protected]
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.