Created
March 8, 2017 10:20
-
-
Save farhaven/c69f1b640096692e2018396d101e5797 to your computer and use it in GitHub Desktop.
This file contains 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 | |
hostname anoncvs.eu.openbsd.org | |
collection { | |
name openbsd-cvsroot | |
release rcs | |
prefix /home/cvs | |
umask 002 | |
} | |
collection { | |
name openbsd-src | |
release rcs | |
prefix /home/cvs | |
umask 002 | |
} | |
collection { | |
name openbsd-ports | |
release rcs | |
prefix /home/cvs | |
umask 002 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment