git-svn-id: https://opengnsys.es/svn/trunk@774 a21b9725-9963-47de-94b9-378ad31fedc9

remotes/github/debian-pkg
jcxifre 2010-02-26 12:23:55 +00:00
parent 71825d1528
commit 3320409480
3 changed files with 10 additions and 4 deletions

View File

@ -45,9 +45,9 @@ REPODAEMON_OPTIONS="-f $REPOCFG -l $REPOLOG"
# Opciones Bittorrent
#
BTTRACK=/usr/bin/bttrack.bittornado
BTTRACK=/usr/bin/bttrack.bittorrent
BTSEEDER=/usr/bin/btlaunchmany.bittornado
BTTRACKPORT=1234
BTTRACKPORT=6969
BTTRACKDFILE=/tmp/dstate
BTTRACKLOG=/opt/opengnsys/log/bttrack.log
BTINTERVAL=30

View File

@ -31,7 +31,7 @@ INSTALL_TARGET=/opt/opengnsys
LOG_FILE=/tmp/opengnsys_installation.log
# Array con las dependencias
DEPENDENCIES=( subversion apache2 libapache2-mod-bt php5 mysql-server php5-mysql nfs-kernel-server dhcp3-server udpcast bittorrent tftp-hpa tftpd-hpa syslinux openbsd-inetd update-inetd build-essential libmysqlclient15-dev wget doxygen graphviz bittornado )
DEPENDENCIES=( subversion apache2 php5 mysql-server php5-mysql nfs-kernel-server dhcp3-server udpcast bittorrent tftp-hpa tftpd-hpa syslinux openbsd-inetd update-inetd build-essential libmysqlclient15-dev wget doxygen graphviz bittornado )
MYSQL_ROOT_PASSWORD="passwordroot"

View File

@ -369,7 +369,7 @@ function updateClient()
#####################################################################
####### Proceso de actualizción de OpenGnSys
####### Proceso de actualización de OpenGnSys
#####################################################################
@ -433,6 +433,12 @@ if [ $? -ne 0 ]; then
exit 1
fi
# Eliminamos el fichero de estado del tracker porque es incompatible entre los distintos paquetes
if [ -r /tmp/dstate ]
then
rm /tmp/dstate
fi
#rm -rf $WORKDIR
echoAndLog "OpenGnSys update finished at $(date)"