diff --git a/CVSROOT/cfg.pm b/CVSROOT/cfg.pm index fd8ffe6..325c60d 100755 --- a/CVSROOT/cfg.pm +++ b/CVSROOT/cfg.pm @@ -49,7 +49,7 @@ $FILE_PREFIX = "#cvs.files.$PID"; # when processing a multi-directory commit. $LAST_FILE = "$TMPDIR/$FILE_PREFIX.lastdir"; # System tools. -$PROG_CVS = '/usr/bin/cvs'; # cvs(1) +$PROG_CVS = '/usr/local/bin/cvs'; # cvs(1) $PROG_MV = '/bin/mv'; # mv(1) # The username of the committer.