Changeset 211


Ignore:
Timestamp:
02/21/06 23:51:14 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2004-05-17 14:25:32 by anonymous]
on a plus besoin de alternc.update, qui ne faisait rien de toute
facon. alternc.install est cense faire la job. pendant que je suis
ici, arranger l'appel de find pour eliminer les repertoires CVS

Original author: anonymous
Date: 2004-05-17 14:25:33

Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • debian/link

    r15 r211  
    11usr/share/man/man8/alternc.install.8.gz usr/share/man/man8/undocumented.7.gz 
    2 usr/share/man/man8/alternc.update.8.gz usr/share/man/man8/undocumented.7.gz 
  • debian/rules

    r176 r211  
    5656##      mkdir -p debian/tmp/usr/sbin 
    5757        cp install/scripts/alternc.install debian/tmp/usr/sbin 
    58         cp install/scripts/alternc.update debian/tmp/usr/sbin 
    5958## /usr/share 
    6059##      mkdir -p debian/tmp/usr/share/alternc/1.0/install 
     
    7776##      mkdir -p debian/tmp/var/run/alternc 
    7877         
    79         @/usr/bin/find debian/tmp -type d -name CVS -exec rm -rf {} 1>&2 2>/dev/null || echo "" \; 
     78        /usr/bin/find debian/tmp -type d -name CVS | xargs rm -rf 
    8079 
    8180## moved to alternc.install  
     
    9089 
    9190        pushd debian/tmp/usr/share/alternc/1.0/install ; \ 
    92         chmod a+x alternc.install alternc.update initrep.sh ldap.sh mysql.sh newone.php ; \ 
     91        chmod a+x alternc.install initrep.sh ldap.sh mysql.sh newone.php ; \ 
    9392        popd 
    9493 
  • install/etc/alternc/alternc.conf

    r73 r211  
    44# MAIN AlternC Configuration file. 
    55# Change it before the first install (alternc.install) and remove the 'exit' on line 1  
    6 # WARNING : When you change anything in this file, please launch alternc.update to apply the changes 
     6# WARNING : changing anything in this file won't take effect until alternc.install is re-run, which is 
     7# not advised for now. 
    78# Normally, you should not change it after initial installation, use the administration panel instead 
    89#  
     
    1112# Ceci est le fichier principal de configuration d'AlternC 
    1213# Modifiez ce fichier avant la première installation (alternc.install) et enlevez le 'exit' en ligne 1 
    13 # ATTENTION : lorsque vous changez quelque chose dans ce fichier, merci de lancer alternc.update pour  
    14 # appliquer les modifications. 
     14# ATTENTION : changer quoique ce soit dans ce fichier ne prendra pas effet avant que alternc.install 
     15# soit éxécuté, ce qui n'est pas, pour l'instant, recommandé. 
    1516# en temps normal, vous ne devriez pas changer ce fichier après l'installation de départ. utilisez 
    1617# de préférence le panneau de controle des administrateurs par le web 
Note: See TracChangeset for help on using the changeset viewer.