From: Wayne Davison Date: Mon, 25 May 2020 22:00:30 +0000 (-0700) Subject: Rename a couple files to .md X-Git-Tag: v3.2.0pre1~99 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=98cddfaf7acc7043aedf293efd96c33c58a7210f;p=thirdparty%2Frsync.git Rename a couple files to .md --- diff --git a/INSTALL b/INSTALL.md similarity index 100% rename from INSTALL rename to INSTALL.md diff --git a/README b/README.md similarity index 100% rename from README rename to README.md diff --git a/packaging/lsb/rsync.spec b/packaging/lsb/rsync.spec index 65a442e8..f0e9519b 100644 --- a/packaging/lsb/rsync.spec +++ b/packaging/lsb/rsync.spec @@ -66,7 +66,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -%doc COPYING NEWS OLDNEWS README support/ tech_report.tex +%doc COPYING NEWS OLDNEWS README.md support/ tech_report.tex %config(noreplace) /etc/xinetd.d/rsync %{_prefix}/bin/rsync %{_prefix}/bin/rsync-ssl diff --git a/packaging/release-rsync b/packaging/release-rsync index 88ed34ec..064323fa 100755 --- a/packaging/release-rsync +++ b/packaging/release-rsync @@ -276,7 +276,7 @@ About to: - create release tar, "{srctar_name}" - generate {rsync_ver}/patches/* files - create patches tar, "{pattar_name}" - - update top-level README, *NEWS, TODO, and ChangeLog + - update top-level README.md, *NEWS, TODO, and ChangeLog - update top-level rsync*.html manpages - gpg-sign the release files - update hard-linked top-level release files{skipping} @@ -347,7 +347,7 @@ About to: shutil.rmtree(rsync_ver) print(f"Updating the other files in {dest} ...") - cmd_chk('rsync -a README NEWS OLDNEWS TODO'.split() + [dest]) + cmd_chk('rsync -a README.md NEWS OLDNEWS TODO'.split() + [dest]) if os.path.lexists(news_file): os.unlink(news_file) os.link(f"{dest}/NEWS", news_file) diff --git a/packaging/solaris/build_pkg.sh b/packaging/solaris/build_pkg.sh index 3d982f27..29c035a0 100644 --- a/packaging/solaris/build_pkg.sh +++ b/packaging/solaris/build_pkg.sh @@ -41,7 +41,7 @@ mkdir -p $FAKE_ROOT/man/man5 cp ../../../rsync $FAKE_ROOT/bin/rsync cp ../../../rsync.1 $FAKE_ROOT/man/man1/rsync.1 cp ../../../rsyncd.conf.5 $FAKE_ROOT/man/man5/rsyncd.conf.5 -cp ../../../README $FAKE_ROOT/doc/rsync/README +cp ../../../README.md $FAKE_ROOT/doc/rsync/README.md cp ../../../COPYING $FAKE_ROOT/doc/rsync/COPYING cp ../../../tech_report.pdf $FAKE_ROOT/doc/rsync/tech_report.pdf cp ../../../COPYING $FAKE_ROOT/COPYING @@ -68,7 +68,7 @@ d none bin 0755 bin bin f none bin/rsync 0755 bin bin d none doc 0755 bin bin d none doc/$NAME 0755 bin bin -f none doc/$NAME/README 0644 bin bin +f none doc/$NAME/README.md 0644 bin bin f none doc/$NAME/COPYING 0644 bin bin f none doc/$NAME/tech_report.pdf 0644 bin bin d none man 0755 bin bin diff --git a/rsync.yo b/rsync.yo index 2c310039..15a3c240 100644 --- a/rsync.yo +++ b/rsync.yo @@ -76,7 +76,7 @@ server, but a server can be either a daemon or a remote-shell spawned process. manpagesection(SETUP) -See the file README for installation instructions. +See the file README.md for installation instructions. Once installed, you can use rsync to any machine that you can access via a remote shell (as well as some that you can access using the rsync