Changes are listed in the tcl script comments under "History" and are also included in the first post for convienence.
Type: Posts; User: jkozee
Changes are listed in the tcl script comments under "History" and are also included in the first post for convienence.
I have updated xfer_delete.tcl to fix the bug that was introduced in version 1.5
New release.
Hmmm, looks like I may have introduced a bug in the version 1.5 update. I'll take a look and update the release accordingly.
Dave20042004,
Yes, it is intended to be left running. I just looked at the notes, and it still mentions running the script from test.conf, which was appropriate for the C versio, but not for the...
Or you can run xfer_delete.tcl on the THD. This will move the show to the deleted folder once the show transfers successfully.
Here's a patch against the current sourceforge cvs main that should allow PPC compilation. With this patch, I was able to compile using the 2.8.1 pre-built x86 ppc toolchain from sourceforge...
A newer ver of routerplus can be found here
I just applied the patch to mfs-utils-20050604 and it fails to patch Makefile because of a changes. The easiest thing to do would manually edit your Makefile after applying the patch and make your...
spitfires,
mfs_ftp_helper is not in the mfs-utils, it is part of the tyftpd package. The mfs_ftp_helper*.c files are created when the patch the is included included patch is applied to the...
I just applied the misc patches I mentioned. If you haven't started testing yet, grab them before you start.
For some reason Sourceforge CVS is not honoring the -k+L checkout flag (used to force unix line endings for the checkout, otherwise cvsnt/tortoisecvs converts them to dos). I believe this is new...
Have you tried tyftpd? I added attributes in the showing.xml that may be missing from mfs_ftp.
Sounds good to me. I'll have some things to roll in as well.
Things should be fairly stable for now, and ready for any updates.
Thanks bsdimp!
It looks good to me. With your latest commit, we should be up to date with the patches from this thread (save the minor patch from #1186). I uploaded...
I created a backup of the SF repository a few days ago. I can restore the backup to SF and it will be as if none of the changes you commited ever occured. Then either you or I can re-commit the...
bsdimp,
I have cvs backup before you made your changes. It would be much easier for me to roll it back then re-apply oztivo updates then trying to go back and fix it. Probably best to do it before...
I think the current CVS distro for v2-1 is "oztivo-090121". 070428 appears to be the latest 2.0.0 distro.
Sorry about that. Should have room now.
This *appears* to work, however what do you get when you run this script?
#!/bin/sh
cat foo | \
while read lhs eq rhs; do
ret="${rhs//^M/}"
echo "[$ret]"
done
I don't believe you can can ignore CR in the input stream or on word boundaries using the IFS variable, but it *might* work.
spitfires,
Couldn't the carrage return also be stripped using the built in bash substitution command instead of using tr?
Something like this:
get_config() {
grep -i "^$1" $2 |\
...
No, problem. I meant to release it long ago.
I updated the release to reflect the correct version number.
Yes, of course. Thanks for the feedback. I have updated the latest release with your patch.