Changeset 211
- Timestamp:
- 02/21/06 23:51:14 (3 years ago)
- Files:
-
- debian/link (modified) (1 diff)
- debian/rules (modified) (3 diffs)
- install/etc/alternc/alternc.conf (modified) (2 diffs)
- install/scripts/alternc.update (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
debian/link
r15 r211 1 1 usr/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.gzdebian/rules
r176 r211 56 56 ## mkdir -p debian/tmp/usr/sbin 57 57 cp install/scripts/alternc.install debian/tmp/usr/sbin 58 cp install/scripts/alternc.update debian/tmp/usr/sbin59 58 ## /usr/share 60 59 ## mkdir -p debian/tmp/usr/share/alternc/1.0/install … … 77 76 ## mkdir -p debian/tmp/var/run/alternc 78 77 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 80 79 81 80 ## moved to alternc.install … … 90 89 91 90 pushd debian/tmp/usr/share/alternc/1.0/install ; \ 92 chmod a+x alternc.install alternc.updateinitrep.sh ldap.sh mysql.sh newone.php ; \91 chmod a+x alternc.install initrep.sh ldap.sh mysql.sh newone.php ; \ 93 92 popd 94 93 install/etc/alternc/alternc.conf
r73 r211 4 4 # MAIN AlternC Configuration file. 5 5 # 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. 7 8 # Normally, you should not change it after initial installation, use the administration panel instead 8 9 # … … 11 12 # Ceci est le fichier principal de configuration d'AlternC 12 13 # 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 pour14 # 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é. 15 16 # en temps normal, vous ne devriez pas changer ce fichier après l'installation de départ. utilisez 16 17 # de préférence le panneau de controle des administrateurs par le web
