diff options
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r-- | usr.bin/cvs/cvsd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/cvsd.conf b/usr.bin/cvs/cvsd.conf index fca93ac5b30..79d2deeb981 100644 --- a/usr.bin/cvs/cvsd.conf +++ b/usr.bin/cvs/cvsd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: cvsd.conf,v 1.3 2004/09/29 15:31:32 jfb Exp $ +# $OpenBSD: cvsd.conf,v 1.4 2005/02/22 21:51:12 jfb Exp $ # # Sample cvsd configuration file # see cvsd.conf(5) @@ -21,7 +21,7 @@ cvsroot /cvs #group _cvsd # Socket on which the server will be listening for client requests -reqsock /tmp/cvsd.sock +reqsock /var/run/cvsd.sock |