Changeset 652


Ignore:
Timestamp:
02/22/06 01:28:21 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2005-05-05 17:36:26 by anarcat]
enlever des restants de debug

Original author: anarcat
Date: 2005-05-05 17:36:26

File:
1 edited

Legend:

Unmodified
Added
Removed
  • install/scripts/upgrades/suexec.test

    r651 r652  
    2323} 
    2424 
    25 stack_user() { 
    26   USER_LIST="$USER_LIST 
    27 $1" 
    28   echo "owner: $1, USER_LIST: $USER_LIST" 
    29 } 
    30  
    3125USER=alternc 
    3226GROUP=alternc 
     
    3529echo adduser --system --home /var/alternc/bureau --disabled-password --disabled-login --ingroup $GROUP --gecos "AlternC sandbox" $USER 
    3630 
    37 # 1. et 3. 
    38 USER_LIST="foobar" 
    39  
    40 echo "USER_LIST: $USER_LIST" 
    41  
    4231TMP=`mktemp` 
    4332 
    4433trap "rm -f $TMP" 1 2 15 
    4534 
     35# 1. et 3. 
    4636find /var/alternc/html /var/alternc/mail -maxdepth 2 -mindepth 2 | while read DIR 
    4737do 
    4838  owner=`ls -ld $DIR | awk '{print $4}'` 
    4939   
    50   # 1. Propriétaire des fichiers 
    5140  cmd="chown -R $owner.$GROUP $DIR" 
    5241  echo $cmd >&2 # debug 
Note: See TracChangeset for help on using the changeset viewer.