diff options
author | 2005-02-22 21:51:12 +0000 | |
---|---|---|
committer | 2005-02-22 21:51:12 +0000 | |
commit | 2240e8bbdaa1d585d15079312cbfddf36ba4a94c (patch) | |
tree | 205ec084ec6520f20594fcd8878d68b8299075b2 /usr.bin/cvs | |
parent | fix wrong line break in comment. (diff) | |
download | wireguard-openbsd-2240e8bbdaa1d585d15079312cbfddf36ba4a94c.tar.xz wireguard-openbsd-2240e8bbdaa1d585d15079312cbfddf36ba4a94c.zip |
set the standard request socket path to /var/run/cvsd.sock
from pvalchev@
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 |