Created
November 16, 2015 12:03
-
-
Save farhaven/765f52950698bf60b409 to your computer and use it in GitHub Desktop.
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 ftp.hostserver.de | |
hostname mirror.osn.de | |
collection { | |
name openbsd-cvsroot | |
release rcs | |
prefix /mnt/media/cvs | |
umask 002 | |
} | |
collection { | |
name openbsd-src | |
release rcs | |
prefix /mnt/media/cvs | |
umask 002 | |
} | |
collection { | |
name openbsd-ports | |
release rcs | |
prefix /mnt/media/cvs | |
umask 002 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment