From 776d917423c49e1872641df8d6ea983cbaace0d6 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sun, 7 Jun 1998 11:10:23 +0000 Subject: Reflect latest distfile changes Remove myself from MAINTAINER --- www/wwwcount/files/patch-ae | 34 ++++++++++++++++++++++------------ 1 file changed, 22 insertions(+), 12 deletions(-) (limited to 'www/wwwcount/files/patch-ae') diff --git a/www/wwwcount/files/patch-ae b/www/wwwcount/files/patch-ae index e8721615aa93..e52c2c430257 100644 --- a/www/wwwcount/files/patch-ae +++ b/www/wwwcount/files/patch-ae @@ -1,5 +1,5 @@ -*** Count-install.orig Mon Nov 24 04:49:51 1997 ---- Count-install Sat Nov 29 18:33:38 1997 +*** Count-install.orig Sat May 9 16:53:02 1998 +--- Count-install Sun Jun 7 15:03:51 1998 *************** *** 193,199 **** @@ -90,7 +90,7 @@ fi ! echo "installing rgb.txt->$BASE_DIR" -! $INSTALL_PROG -c -o $UserId -g $GroupId -m 644 $Rgbfile $BASE_DIR/rgb.txt +! $INSTALL_PROG -c -m 644 $Rgbfile $BASE_DIR/rgb.txt ! echo "creating Log directory $LOG_DIR" ! ./mkdirhier $LOG_DIR @@ -99,13 +99,13 @@ ! chmod 775 $LOG_DIR echo "installing image strip for digit style A->$DIGIT_DIR/A" - $INSTALL_PROG -c -o $UserId -g $GroupId -m 644 $DigitA/strip.gif\ + $INSTALL_PROG -c -m 644 $DigitA/strip.gif\ --- 323,335 ---- echo fi ! echo "installing rgb.txt->$RGB_DIR" -! $INSTALL_PROG -c -o $UserId -g $GroupId -m 644 $Rgbfile $RGB_DIR/rgb.txt +! $INSTALL_PROG -c -m 644 $Rgbfile $RGB_DIR/rgb.txt ! echo "installing $LOG_FILE->$LOG_DIR" ! touch $LOG_DIR/$LOG_FILE @@ -113,15 +113,25 @@ ! chown $UserId.$GroupId $LOG_DIR/$LOG_FILE echo "installing image strip for digit style A->$DIGIT_DIR/A" - $INSTALL_PROG -c -o $UserId -g $GroupId -m 644 $DigitA/strip.gif\ + $INSTALL_PROG -c -m 644 $DigitA/strip.gif\ *************** -*** 362,367 **** ---- 361,368 ---- +*** 360,367 **** + # -R is not portable, reported by Geoff Scully and suggested + # the alternative (01/15/96) #chown -R $UserId.$GroupId $BASE_DIR - find $BASE_DIR -exec chown $UserId {} \; - find $BASE_DIR -exec chgrp $GroupId {} \; -+ find $LIB_DIR -exec chown $UserId {} \; -+ find $LIB_DIR -exec chgrp $GroupId {} \; +! #find $BASE_DIR -exec chown $UserId {} \; +! #find $BASE_DIR -exec chgrp $GroupId {} \; + # echo "UserId=$UserId" + # echo "GroupId=$GroupId" + ;; +--- 359,368 ---- + # -R is not portable, reported by Geoff Scully and suggested + # the alternative (01/15/96) + #chown -R $UserId.$GroupId $BASE_DIR +! find $BASE_DIR -exec chown $UserId {} \; +! find $BASE_DIR -exec chgrp $GroupId {} \; +! find $LIB_DIR -exec chown $UserId {} \; +! find $LIB_DIR -exec chgrp $GroupId {} \; # echo "UserId=$UserId" # echo "GroupId=$GroupId" ;; -- cgit v1.2.3