search for: yodl

Displaying 20 results from an estimated 41 matches for "yodl".

Did you mean: yoda
2007 Feb 05
1
rsync 3-cvs missing prereqs/deps on osx
hi, as it's been awhile since my last attempts w/ v269, i'm building the latest rsync3-svs on osx 10.4.8; looking to see what's evolved re: acls & xattrs support on osx ... @ build, i note complaint abt a missing yodl2man, which originates with YODL. YODL, then requires icmake. as neither is available on osx, it's src build time. on building debian's icmake (already suspecting linux-friendly, non-mac-ish-ness ...), i find, % sh bootstrap ... Building the runtime-library in ./rss In file included f...
2017 Nov 01
1
[Bug 13115] New: .yo sources incompatible with current yodl version
https://bugzilla.samba.org/show_bug.cgi?id=13115 Bug ID: 13115 Summary: .yo sources incompatible with current yodl version Product: rsync Version: 3.1.2 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core Assignee: wayned at samba.org Reporter: paul at debian.org QA Co...
2007 Feb 16
0
fyi: yodl prereq for rsync3 updated -- osx issues fixed
for those who care, the yodl pkg, a prereq for building rsync3-cvs docs (& more?), had 'issues' @ version <= v2.04 with building cleanly on osx. it's been updated today to v2.10, http://sourceforge.net/project/showfiles.php?group_id=126615 v2.10 builds clealy, without req'd patching or error, and w...
2003 May 15
2
single quotes in the manpage
In the manpage, all occurrences of a single quote (or apostrophe) are preceded by a backslash. This means that these get turned into acute accents by groff; here's the relevant part of the groff manpage: \' The acute accent ; same as \(aa. Unescaped: apostrophe, right quotation mark, single quote (ASCII 0x27). I think all these backslashes should be removed, as the
2006 Dec 16
2
Document the removal of the ACL compatibility mode
...ietly removed the compatibility mode for sending ACLs to rsyncs before 2.6.8 in revision 1.169 of acls.diff. It would be good to document this in the man page. A metapatch to acls.diff that revises the documentation in rsync.yo is attached; I didn't regenerate rsync.1 because I don't have yodl 2 set up. Where did you get the version of yodl 2 that you are using for rsync man pages? Matt -------------- next part -------------- A non-text attachment was scrubbed... Name: acl-compatibility-man.diff Type: text/x-patch Size: 2474 bytes Desc: not available Url : http://lists.samba.org/archiv...
2011 Apr 28
1
rsync-3.0.8: problem with installing man pages when using seperate build dir
Hi all, there is a little problem when building rsync outside it's source dir with installing the man pages: they are not found and therefor not installed. The attached patch fixes this situation. Kind regards, H.-A. Arnolds -- ________________________________________________________________________ Dipl.-Ing. Heinz-Ado Arnolds MPI fuer Astrophysik Karl-Schwarzschild-Strasse 1
2006 Feb 24
0
Improvements to man page for --no-implied-dirs and --keep-dirlinks
...ne, Attached is a patch worth of suggested man page improvements for --no-implied-dirs and --keep-dirlinks. I think new users would find my explanations clearer and more complete, although you may want to make additional changes. I regenerated rsync.1 and the patch includes changes to it, but my yodl is somewhat weird, so I suggest you run yodl again yourself. -- Matt McCutchen hashproduct@verizon.net http://hashproduct.metaesthetics.net/ -------------- next part -------------- A non-text attachment was scrubbed... Name: no-implied-dirs-man.diff Type: text/x-patch Size: 6767 bytes Desc: not av...
2012 Aug 09
1
Compiling rsync-3.0.9 on Xcode 4.4 (Mountain Lion)
Apologies if this isn't the right list for this post, looking for some guidance on compiling rsync on OS X 10.8 Mountain Lion having recently upgraded, including XCode 4.4. > ./prepare-source ~/Code/rsync OSXPatched at 984bc92 make: Nothing to be done for `conf'. > ./configure
2007 Aug 04
2
Rewritten rsync man page
Dear Wayne, C Sights, and list, I have started working on my rewritten version of the rsync man page. So far, I have redone the top of the man page and the list of options; I improved many of the one-line option descriptions. The yodl and man versions of my man page are available here and here: http://www.kepreon.com/~matt/private/rsync-new-manpage/rsync.yo http://www.kepreon.com/~matt/private/rsync-new-manpage/rsync.1 What do you all think so far? Am I going in the right direction? Matt
2007 Nov 24
1
Indexing and partially replacing 99, 999 in data frames
...been unable to replace the '99' and '999' entries in library(UsingR) attach(babies) as definitions for missing values NA, because sometimes the 99 entry is indeed a correct value. Usually, or so I thought, NAs can easily replace a, say, 999 entry via mymat[mymat==999] <- "yodl" in a matrix or data frame. Alas, the babies' dataset also includes 99 entries as true values. So, here is what I did: #to remove all 999: babies[babies==999] <- NA , but to remove the 99 in columns nr. 10,12,17 I have come to a complete stop. The corny idea of babies$ht[babies$ht==...
2001 Apr 17
3
Samba 2.2.0 released !
...access restrictions applied. Samba profiling support (see below). Compile time option for enabling a (Virtual file system) VFS layer to allow non-disk resources to be exported as Windows filesystems (such as databases etc.). The documentation in this release has been updated and converted from Yodl to DocBook 4.1. There are many new parameters since 2.0.7 and some defaults have changed. Profiling support. ------------------ Support for collection of profile information. A shared memory area has been created which contains counters for the number of calls to and the amount of time spent in v...
2001 Mar 23
5
Samba 2.2 alpha3 released
...s Linux (using the patch at http://acl.bestbits.at/), Solaris and UnixWare. IRIX is being worked on for the next release. Implementations for other platforms (AIX, HPUX, True64 etc.) are welcome - look at the code in lib/sysacls.c for the interface needed. The documentation has been converted from yodl to DocBook (thanks Gerald and the documentation authors) but there are still a few missing parameters. This code has been running under memory overrun/leak detectors for weeks now without problems. Having said that - *please* don't use this on a production system. The release notes follow :...
2019 Oct 31
1
[PATCH] Replace mkproto.pl with mkproto.awk
> I can't speak for rsync, but nowadays Perl isn't that rare, that a > dependeny on it for build purpose would matter. IMHO. It might not be rare, but it's certainly less universally available than awk, which is preinstalled on pretty much every unix-like OS out there. > There are many flavours of AWK. Are you sure, that your AWK replacement > runs everwhere? I tested
2006 Mar 11
0
Rsync 2.6.7 released
...ges are online in their usual spots: http://rsync.samba.org/ftp/rsync/rsync.html http://rsync.samba.org/ftp/rsync/rsyncd.conf.html Also of note for packagers: the diffs in the patches dir of the release tar now contain patches for generated files, so you won't need to use autoconf and yodl unless you're creating a custom combination of patches that don't apply cleanly together. There are a few new patches too. Enjoy! ..wayne.. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes De...
2006 Apr 22
0
Rsync 2.6.8 released (incl. xattrs.diff security note)
...ed in the last hunk of that change: http://cvs.samba.org/cgi-bin/cvsweb/rsync/patches/xattrs.diff Also of note for packagers: as first seen in the 2.6.7 release, the diffs in the patches dir of the release tar now contain patches for generated files, so you won't need to use autoconf and yodl unless you're creating a custom combination of patches that don't apply cleanly together. Enjoy! ..wayne.. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 191 bytes Desc: Digital signature Url : http:/...
2006 Oct 14
0
Rsync 2.6.9pre2 released
...d the exit_cleanup() function was being called recursively. The new code is segmented so that any recursive calls move on to the next step of the exit processing. DEVELOPER RELATED: - The rsync.yo and rsyncd.conf.yo files have been updated to work better with the latest yodl 2.x releases. ..wayne.. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://lists.samba.org/archive/rsync/attachments/20061014/a984c750/attachment.bin
2003 Jan 08
2
[PATCH] Add .svn to the exclude list for --cvs-exclude
Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.samba.org/archive/rsync/attachments/20030108/7b6ccd16/attachment.bin
2004 Jul 03
1
[Bug 1501] enhancment option for temporary files
...y the latest CVS version with patches/inplace.diff change applied. Either grab the source via the "cvs" command, or snag the latest nightly tar file from the web site. Then run these commands: patch -p0 <patches/inplace.diff autoconf autoheader ./configure make If you have yodl installed, run this too: make rsync.1 You can then try the --inplace option. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
2006 Mar 11
0
Rsync 2.6.7 released
...ges are online in their usual spots: http://rsync.samba.org/ftp/rsync/rsync.html http://rsync.samba.org/ftp/rsync/rsyncd.conf.html Also of note for packagers: the diffs in the patches dir of the release tar now contain patches for generated files, so you won't need to use autoconf and yodl unless you're creating a custom combination of patches that don't apply cleanly together. There are a few new patches too. Enjoy! ..wayne.. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes De...
2006 Apr 22
0
Rsync 2.6.8 released (incl. xattrs.diff security note)
...ed in the last hunk of that change: http://cvs.samba.org/cgi-bin/cvsweb/rsync/patches/xattrs.diff Also of note for packagers: as first seen in the 2.6.7 release, the diffs in the patches dir of the release tar now contain patches for generated files, so you won't need to use autoconf and yodl unless you're creating a custom combination of patches that don't apply cleanly together. Enjoy! ..wayne.. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 191 bytes Desc: Digital signature Url : http:/...