Thats the result I get. I normally use:
cvs co .xinitrc I changed revision number from 1.2x to 2.0 Now I have a prob. On Tue, Jun 9, 2026 at 5:42 PM Michael van Elst <[email protected]> wrote: > > [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. >
