15a16,18 > #source some environment variables, like GENEWEBDB > . ${FILESDIR}/geneweb.conf.d > 26c29 < dobin consang ged2gwb gwb2ged gwc gwd gwu --- > dobin consang ged2gwb gwb2ged gwc gwd gwu gwsetup 75a79 > 83,84d86 < #source some environment variables, like GENEWEBDB < . ${FILESDIR}/geneweb.conf.d 145a148,153 > # If the log file doesn't exist, create it. > if [ ! -x $LOGFILE ]; then > einfo "Creating $LOGFILE ..." > touch $LOGFILE > fi > 153a162,171 > # Copy files needed by gwsetup. > if [ ! -e ${GENEWEBDB}/setup/lang ] > then > einfo "Creating ${GENEWEBDB}/setup/lang for gwsetup ..." > mkdir -p ${GENEWEBDB}/setup/lang > fi > > cd ${S}/distribution/gw/setup > cp -R * ${GENEWEBDB}/setup > 172a191 > 181,182c200,201 < einfo "You may safely remove the user $GENEWEBUSER and" < einfo "the group $GENEWEBGROUP. See userdel and groupdel." --- > einfo "You may safely remove the user ${GENEWEBUSER} and" > einfo "the group ${GENEWEBGROUP}. See userdel and groupdel."