home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / d / rcs / rcs-5.000 / rcs-5.7.diff
Encoding:
Text File  |  1995-08-12  |  479 b   |  18 lines

  1. --- src/conf.sh.orig    Sat Aug 12 20:25:11 1995
  2. +++ src/conf.sh    Sat Aug 12 20:25:45 1995
  3. @@ -77,10 +77,10 @@
  4.  rm -f a.d &&
  5.  date >a.d &&
  6.  chmod 0 a.d &&
  7. -{ test -w a.d || cp /dev/null a.d 2>/dev/null; } && {
  8. -    echo >&3 "$n$0: This command should not be run with superuser permissions."
  9. -    exit 1
  10. -}
  11. +#{ test -w a.d || cp /dev/null a.d 2>/dev/null; } && {
  12. +#    echo >&3 "$n$0: This command should not be run with superuser permissions."
  13. +#    exit 1
  14. +#}
  15.  echo >&3 OK
  16.  rm -f a.d || exit
  17.  
  18.