Skip to content

Instantly share code, notes, and snippets.

@acgetchell
Last active December 21, 2015 07:59
Show Gist options
  • Select an option

  • Save acgetchell/6275323 to your computer and use it in GitHub Desktop.

Select an option

Save acgetchell/6275323 to your computer and use it in GitHub Desktop.
File for use with cvsync: sudo cvsync -c cvs-syncfile
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