New in 1.5.0: * Major networking/speed improvements * fsdiff path argument can be used to limit scan - Thanks Wout Mertens * ktcheck -n bug fix for included command files * twhich displays transcript name for '-' lines * Added checkin and checkout to ra.sh * Added -V to ra.sh * ra.sh create gives useful default transcript name
12 lines
409 B
Text
12 lines
409 B
Text
$NetBSD: patch-aa,v 1.2 2005/02/17 15:31:34 wiz Exp $
|
|
|
|
--- Makefile.in.orig 2005-01-24 20:24:11.000000000 +0100
|
|
+++ Makefile.in
|
|
@@ -223,6 +223,7 @@ rash : FRC
|
|
-e 's@_RADMIND_DIR@${RADMINDDIR}@g' \
|
|
-e 's@_RADMIND_MAIL_DOMAIN@${RADMIND_MAIL_DOMAIN}@g' \
|
|
-e 's@_RADMIND_VERSION@${VERSION}@g' \
|
|
+ -e 's@_PKG_SYSCONFDIR@${PKG_SYSCONFDIR}@g' \
|
|
${srcdir}/ra.sh > tmp/ra.sh;
|
|
|
|
man : FRC
|