cvs commit: src/bin/cpdup BACKUPS src/bin/cpdup/scripts do_mirror_host do_remote_host
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Sep 20 17:20:32 PDT 2006
dillon 2006/09/20 17:18:13 PDT
DragonFly src repository
Modified files:
bin/cpdup BACKUPS
bin/cpdup/scripts do_mirror_host do_remote_host
Log:
Fix a bug in the script softlink code. The softlinks were not being
properly updated because 'ln -sf' creates a softlink in the directory pointed
to by the existing softlink rather then replacing the existing softlink.
Revision Changes Path
1.2 +10 -5 src/bin/cpdup/BACKUPS
1.2 +2 -1 src/bin/cpdup/scripts/do_mirror_host
1.2 +1 -1 src/bin/cpdup/scripts/do_remote_host
http://www.dragonflybsd.org/cvsweb/src/bin/cpdup/BACKUPS.diff?r1=1.1&r2=1.2&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/cpdup/scripts/do_mirror_host.diff?r1=1.1&r2=1.2&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/cpdup/scripts/do_remote_host.diff?r1=1.1&r2=1.2&f=u
More information about the Commits
mailing list