diff options
Diffstat (limited to 'app-text/rcs/files/conf.diff')
-rw-r--r-- | app-text/rcs/files/conf.diff | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/app-text/rcs/files/conf.diff b/app-text/rcs/files/conf.diff new file mode 100644 index 000000000000..23f18ec6d606 --- /dev/null +++ b/app-text/rcs/files/conf.diff @@ -0,0 +1,33 @@ +--- src/conf.sh 1995-06-16 02:19:24.000000000 -0400 ++++ src.new/conf.sh 2002-06-17 12:49:10.000000000 -0400 +@@ -1,6 +1,6 @@ + #! /bin/sh + # Output RCS compile-time configuration. +-Id='$Id: conf.diff,v 1.1 2005/03/30 14:55:56 seemant Exp $' ++Id='$Id: conf.diff,v 1.1 2005/03/30 14:55:56 seemant Exp $' + # Copyright 1990, 1991, 1992, 1993, 1994, 1995 Paul Eggert + # Distributed under license by the Free Software Foundation, Inc. + +@@ -79,7 +79,7 @@ + chmod 0 a.d && + { test -w a.d || cp /dev/null a.d 2>/dev/null; } && { + echo >&3 "$n$0: This command should not be run with superuser permissions." +- exit 1 ++# exit 1 + } + echo >&3 OK + rm -f a.d || exit +@@ -1007,7 +1007,7 @@ + } + EOF + # AIX 3.2.0 read-only mmap updates last-modified time of file! Check for this. +-sleep 2 ++# sleep 2 + cp a.c a.d || exit + sleep 2 + has_map_fd=? has_mmap=? has_madvise=? mmap_signal= +@@ -2286,3 +2286,4 @@ + cat a.h$H + + echo >&3 OK ++ |