mandoc: ./reposync.1:78:2: ERROR: skipping end of block that is not open: El
mandoc: ./reposync.1:69:5: STYLE: possible typo in section name: Sh EXAMPLE instead of EXAMPLES
use [[ instead of [ consistently to disable word splitting.
Mention /cvs in the manual being the default destination, move -p
without argument before -l and sync script usage with manual synopsis.
Delimit rm(1) options from paths just to be sure.
While here, files/reposync has nothing to SUBSTitute, so use
INSTALL_SCRIPT in do-install directly and check syntax for sanity.
More style fixes and proper use of rsync's --exlude from naddy
OK naddy
-- Updates upon 20191112 release --
Processor Identifier Version Products
Model Stepping F-MO-S/PI Old->New
---- new platforms ----------------------------------------
---- updated platforms ------------------------------------
CFL-S P0 6-9e-c/22 000000a2->000000c6 Core Gen9 Desktop
---- removed platforms ------------------------------------
NOTE: This microcode was previously incorrectly listed as both CFL-S (Desktop)
and CFL-H (Mobile) and was removed from the 20191112 release. This
processor is now correctly listed as CFL-S (Desktop) only.
DESCR:
unionfs-fuse overlays several directory into one single mount point.
It first tries to access the file on the top branch and if the file does
not exist there, it continues on lower level branches. If the user tries
to modify a file on a lower level read-only branch the file is copied to
a higher level read-write branch if the copy-on-write (cow) mode was
enabled.
OK rsadowski@, jca@
port-forwarding (i.e. connect to localhost:873 on the mirror to tunnel
the rsync protocol), change the default to use this.
reposync still supports use of plaintext as a non-default option for now,
this may change in the future.
rsync://username@host/path syntax to "reposync -l username rsync://host/path",
also add -f to force an update even if ChangeLog didn't change.
change in port-forwarding syntax done to stop depending on an undocumented
rsync feature tracked down by naddy@.
/logstash/vendor/bundle/jruby must be owned by _logstash
to be able to install plugins, while /logstash/vendor/jruby
doesn't need to be owned by _logstash, so tighten up permissions on this one