From 94813000bd1009c0d8c82e8d61bf7a2d93c51a4d Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 28 Sep 2004 06:20:21 +0000 Subject: [PATCH] r10042: add umask to upload scripts --- -clim/debian/upload.sh | 2 +- debian/upload.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/-clim/debian/upload.sh b/-clim/debian/upload.sh index 0ec75b8..a9d07c4 100755 --- a/-clim/debian/upload.sh +++ b/-clim/debian/upload.sh @@ -1,4 +1,4 @@ #!/bin/bash -e -dup reversi-clim -Uftp.med-info.com -D/home/ftp/reversi/linux-i386 -C"(cd /opt/apache/htdocs/reversi; make install)" -su $* +dup reversi-clim -Uftp.med-info.com -D/home/ftp/reversi/linux-i386 -C"(umask 022; cd /opt/apache/htdocs/reversi; make install)" -su $* diff --git a/debian/upload.sh b/debian/upload.sh index 632d4af..f0bf792 100755 --- a/debian/upload.sh +++ b/debian/upload.sh @@ -1,4 +1,4 @@ #!/bin/bash -e -dup reversi -Uftp.med-info.com -D/home/ftp/reversi -C"(cd /opt/apache/htdocs/reversi; make install)" -su $* +dup reversi -Uftp.med-info.com -D/home/ftp/reversi -C"(umask 022; cd /opt/apache/htdocs/reversi; make install)" -su $* -- 2.34.1