Discussion:
[BackupPC-devel] Problem with --config-override
Richard Shaw
2017-03-27 17:43:21 UTC
Permalink
I have been working on setting all the programs though --config-override
since they don't truely need to be installed as part of the buildroot just
to build the package.

Everything seems to be working well except in the case of PingPath and
Ping6Path...

For those two, the entry in config.pl is being erased and the value of the
commented example is being changed:

# $Conf(PingPath) = '/bin/echo'

to

# $Conf(PingPath) = '/usr/bin/ping'

I'm guessing something is tripping up the regex in configure.pl?

Thanks,
Richard
Craig Barratt
2017-03-27 22:30:01 UTC
Permalink
Richard,

I pushed a fix for this.

Craig
Post by Richard Shaw
I have been working on setting all the programs though --config-override
since they don't truely need to be installed as part of the buildroot just
to build the package.
Everything seems to be working well except in the case of PingPath and
Ping6Path...
For those two, the entry in config.pl is being erased and the value of
# $Conf(PingPath) = '/bin/echo'
to
# $Conf(PingPath) = '/usr/bin/ping'
I'm guessing something is tripping up the regex in configure.pl?
Thanks,
Richard
------------------------------------------------------------
------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BackupPC-devel mailing list
List: https://lists.sourceforge.net/lists/listinfo/backuppc-devel
Wiki: http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/
Continue reading on narkive:
Loading...