initial checkin of new hdw-linux development cvs repository
[hdw-linux/hdw-linux.git] / packages / hackbard / rcs / conf_sh.patch
1 --- ./src/conf.sh.orig  2003-09-16 18:23:19.000000000 +0200
2 +++ ./src/conf.sh       2003-09-16 18:24:21.000000000 +0200
3 @@ -73,17 +73,6 @@
4         ech='echo -n' dots='... '
5  esac
6  
7 -$ech >&3 "$0: testing permissions $dots"
8 -rm -f a.d &&
9 -date >a.d &&
10 -chmod 0 a.d &&
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  $ech >&3 "$0: testing compiler for plausibility $dots"
19  echo 'main() { return 0; }' >a.c
20  rm -f a.exe a.out || exit