001-conf.diff 591 B

1234567891011121314151617181920212223242526
  1. --- src/conf.sh 1995-06-16 02:19:24.000000000 -0400
  2. +++ src.new/conf.sh 2002-06-17 12:49:10.000000000 -0400
  3. @@ -79,7 +79,7 @@
  4. chmod 0 a.d &&
  5. { test -w a.d || cp /dev/null a.d 2>/dev/null; } && {
  6. echo >&3 "$n$0: This command should not be run with superuser permissions."
  7. - exit 1
  8. +# exit 1
  9. }
  10. echo >&3 OK
  11. rm -f a.d || exit
  12. @@ -1007,7 +1007,7 @@
  13. }
  14. EOF
  15. # AIX 3.2.0 read-only mmap updates last-modified time of file! Check for this.
  16. -sleep 2
  17. +# sleep 2
  18. cp a.c a.d || exit
  19. sleep 2
  20. has_map_fd=? has_mmap=? has_madvise=? mmap_signal=
  21. @@ -2286,3 +2286,4 @@
  22. cat a.h$H
  23. echo >&3 OK
  24. +