Nochmal: cvs ist jetzt ein Port
This commit is contained in:
parent
131647692f
commit
3502c39827
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ $FILE_PREFIX = "#cvs.files.$PID";
|
||||||
# when processing a multi-directory commit.
|
# when processing a multi-directory commit.
|
||||||
$LAST_FILE = "$TMPDIR/$FILE_PREFIX.lastdir";
|
$LAST_FILE = "$TMPDIR/$FILE_PREFIX.lastdir";
|
||||||
# System tools.
|
# System tools.
|
||||||
$PROG_CVS = '/usr/bin/cvs'; # cvs(1)
|
$PROG_CVS = '/usr/local/bin/cvs'; # cvs(1)
|
||||||
$PROG_MV = '/bin/mv'; # mv(1)
|
$PROG_MV = '/bin/mv'; # mv(1)
|
||||||
|
|
||||||
# The username of the committer.
|
# The username of the committer.
|
||||||
|
|
Loading…
Reference in a new issue