mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
7320e7b3eb
flags since the very beginning, and they are actively used in the base system. A standard install includes 27 files and one directory with the schg flag set. Thus, rsync, out of the box, is incapable of making or restoring an accurate backup of a FreeBSD system. - Move configuration directory from %%PREFIX%%/etc to %%ETCDIR%% and provide a start_precmd() rc.d function to migrate %%PREFIX%%/etc/rsyncd.conf to %%ETCDIR%%/rsyncd.conf if found and create a symlink. The reason behind this change is that rsyncd in a typical setup will end up with more than one configuration file (eg. rsyncd.secrets). - Use new @sample pkg-plist macro - Bump PORTREVISION Discussed with: des
6 lines
115 B
Plaintext
6 lines
115 B
Plaintext
bin/rsync
|
|
man/man1/rsync.1.gz
|
|
man/man5/rsyncd.conf.5.gz
|
|
@sample %%ETCDIR%%/rsyncd.conf.sample
|
|
@dirrmtry %%ETCDIR%%
|