[email protected] (Todd Gruhn) writes: >When I check out this file I get:
>cvs checkout: cannot find module '.xinitrc' >How do I fix this? checkout is the wrong command. It checks out a complete tree (called 'module'). If you already have checked out a tree, you can use 'cvs update' to update a directory or file from the repository. But there is no '.xinitrc' in the NetBSD repository. There is a /etc/X11/xinit/xinitrc and the x11/xinit package from modular Xorg has a /usr/pkg/share/examples/xinit/xinitrc. A file named '.xinitrc' is usually something you create yourself in your home directory.
