Christian Perrier wrote: > > #!/bin/sh > > # > > # Written for Debian package by Christian Perrier <[EMAIL PROTECTED]> > > # based on exampl given in gwtp's README file > > > > GWTP_ETC=/etc/geneweb/gwtp > > GENEWEB_DBS=/var/lib/geneweb > > LOGDIR=/var/log > > TMPDIR=/var/run/gwtp > > SITE=http://`hostname -f`:2317/ > > /usr/lib/geneweb/gwtp \ > > -etc $GWTP_ETC \ > > -dst $GENEWEB_DBS \ > > -log /var/log \ > > -tmp /var/run/gwtp \ > > -site $SITE > > Bon, �a ne fait hurler personne? Je suis �tonn�..Ou alors vous �tes muets > de surprise devant ma stupidit�..:)
Simple question... Pourquoi pas $SERVER_NAME au lieu de `hostname -f` ? Peter

