Tip of the day: UnrealIRCd 6 uses GeoIP by default. It is shown in WHOIS but also available as country in mask items,

for example it can be used in the TLD Block to serve a Spanish MOTD to people in Spanish speaking countries.

Translations:Upgrading/7/es

From UnrealIRCd documentation wiki
Jump to navigation Jump to search
  1. Haga una copia de seguridad de su directorio /home/xxx/unrealircd existente:
    cp -Rav /home/xxx/unrealircd /home/xxx/unrealircd.bak
  2. Descargue e instale la última versión de UnrealIRCd. Ver Instalando desde la fuente y detengase antes de Crear un archivo de configuración
  3. Verifique dos veces: asegúrese de ejecutar make install ya que esto instalará todos los archivos nuevos en /home/xxx/unrealircd.
  4. Prueba de configuración para asegurarse de que el IRCd se iniciará más tarde (esto no iniciará el ircd, ¡solo PRUEBA la configuración!):
    cd /home/xxx/unrealircd
    ./unrealircd configtest
    Esto debería mostrar en display:
    Configuration test passed OK
    Si ves advertencias/errores, corríjalos y ejecute ./unrealircd configtest nuevamente hasta que se solucionen todos los problemas.
  5. Ahora puede reiniciar el IRCd para que use la nueva versión:
    cd /home/xxx/unrealircd
    ./unrealircd restart