git-svn-id: https://opengnsys.es/svn/trunk@774 a21b9725-9963-47de-94b9-378ad31fedc9
parent
71825d1528
commit
3320409480
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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)"
|
||||
|
||||
|
|
Loading…
Reference in New Issue