Last active
December 21, 2015 07:59
-
-
Save acgetchell/6275323 to your computer and use it in GitHub Desktop.
File for use with cvsync: sudo cvsync -c cvs-syncfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| config { | |
| hostname mirror.osn.de | |
| collection { | |
| name all | |
| release list | |
| } | |
| } | |
| # Mirror CVS | |
| config { | |
| hostname mirror.osn.de | |
| compress | |
| collection { | |
| name openbsd-src | |
| release rcs | |
| prefix /usr/src | |
| umask 002 | |
| } | |
| } | |
| config { | |
| hostname mirror.osn.de | |
| compress | |
| collection { | |
| name openbsd-xenocara | |
| release rcs | |
| prefix /usr/xenocara | |
| umask 002 | |
| } | |
| } | |
| config { | |
| hostname mirror.osn.de | |
| compress | |
| collection { | |
| name openbsd-ports | |
| release rcs | |
| prefix /usr/ports | |
| umask 002 | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment